Skip to content

Commit

Permalink
Updated version number to 1.3.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
espenak committed Nov 13, 2013
1 parent 49f4cb0 commit b1ac1bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions buildout/buildout-base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ configdir = /etc/devilry

[buildout]
# NOTE: The revision (commit ID, branch or tag) is the last path-segment before ``versions.cfg``.
extends = https://raw.github.com/devilry/devilry-django/v1.3.5/versions.cfg
extends = https://raw.github.com/devilry/devilry-django/v1.3.6/versions.cfg
#extends = https://raw.github.com/devilry/devilry-django/master/versions.cfg

show-picked-versions = true
Expand Down Expand Up @@ -89,7 +89,7 @@ eggs =
recipe = gitrecipe
repository = https://github.com/devilry/devilry-django.git
#rev = origin/master
rev = v1.3.5
rev = v1.3.6

[django]
recipe = djangoprojectrecipe
Expand Down
2 changes: 1 addition & 1 deletion docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# built documents.
#
# The short X.Y version.
version = '1.3.5'
version = '1.3.6'
devilry_releasetype = ''
# The full version, including alpha/beta/rc tags.
release = '{0}-{1}'.format(version, devilry_releasetype)
Expand Down

0 comments on commit b1ac1bd

Please sign in to comment.