Commit b00aa3e66b1e19a0b7f33dcc075a2520f5c07f08

Authored by Paulo Tada
1 parent 3989eb63
Exists in master

Bump colab-noosfero-plugin 0.2.6 >> 0.2.7

Showing 2 changed files with 3 additions and 3 deletions   Show diff stats
Makefile
1 1 NAME = colab-deps
2   -VERSION = 1.12.15
  2 +VERSION = 1.12.17
3 3 PREFIX = /usr
4 4 TARGET = $(DESTDIR)$(PREFIX)/lib/colab
5 5 DISTDIR = $(NAME)-$(VERSION)
... ... @@ -7,7 +7,7 @@ TARBALL = dist/$(DISTDIR).tar.gz
7 7  
8 8 # TAGS
9 9 PIP = 1.5.6
10   -NOOSFERO_PLUGIN = 0.2.6
  10 +NOOSFERO_PLUGIN = 0.2.7
11 11 GITLAB_PLUGIN = 0.2.7
12 12 MEZURO_PLUGIN = 0.1.3
13 13 SUPERARCHIVES_PLUGIN = 0.1.0
... ...
requirements-colab-plugins.txt
1   -colab-noosfero-plugin==0.2.6
  1 +colab-noosfero-plugin==0.2.7
2 2 colab-gitlab-plugin==0.2.7
3 3 colab-mezuro-plugin==0.1.3
4 4 colab-superarchives-plugin==0.1.0
... ...