Skip to content

Commit

Permalink
Bump version: 1.4.1 → 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzsochi committed Apr 9, 2017
1 parent 5637dad commit 0dd593e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[bumpversion]
commit = True
current_version = 1.4.1
current_version = 1.5.0
tag = True
tag_name = {new_version}

Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

project = u'yadm'
copyright = u'2014, Alexander "ZZZ" Zelenyak'
version = '1.4.1'
version = '1.5.0'
release = version

extensions = ['sphinx.ext.autodoc']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# python setup.py sdist --formats=bztar

version = '1.4.1'
version = '1.5.0'
description = 'Yet Another Document Mapper (ODM) for MongoDB'
long_description = open('README.rst', 'rb').read().decode('utf8')

Expand Down

0 comments on commit 0dd593e

Please sign in to comment.