Skip to content

Commit

Permalink
Merge pull request #25 from chrismorales/master
Browse files Browse the repository at this point in the history
fixed versioning to release with proper tag
  • Loading branch information
chrismorales committed May 15, 2018
2 parents 11bad50 + 9543ea8 commit 69658b5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
@@ -1,3 +1,8 @@
0.3.1.post1 (2018-05-15)
------------------------

- version changed in setup.py

0.3.1 (2018-05-15)
------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -47,7 +47,7 @@
# other places throughout the built documents.
#
# The short X.Y version.
version = '0.3.1'
version = '0.3.1.post1'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -30,7 +30,7 @@
]

setup(name='pyramid_ldap',
version='0.3.1',
version='0.3.1.post1',
description='pyramid_ldap',
long_description=README + '\n\n' + CHANGES,
classifiers=[
Expand Down

0 comments on commit 69658b5

Please sign in to comment.