Commit 95bc02cf3c54009702d2d327d695c3e232e5c4b6

Authored by Paulo Tada
1 parent c7c65367
Exists in master

Bump colab-deps version 1.13.6 >> 1.13.7

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