Skip to content

Commit

Permalink
Merge pull request #20 from mpasternak/master
Browse files Browse the repository at this point in the history
Enter bumpversion - let's prepare new PyPI release
  • Loading branch information
mpasternak committed Jul 5, 2017
2 parents 7ebc49b + 0764d18 commit 8a0a473
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion setup.cfg
@@ -1,2 +1,11 @@
[metadata]
description-file = README.md
description-file = README.md

[bumpversion]
current_version = 0.5.0
commit = True
tag = True

[bumpversion:file:setup.py]
search = version='{current_version}'
replace = version='{new_version}'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -9,7 +9,7 @@ def read(fname):

setup(
name='django-messages-extends',
version='0.5',
version='0.5.0',
description='A Django app for extends Django\'s messages framework, adds sticky messages and persistent messages',
long_description=codecs.open('README.md', 'r', 'utf-8').read(),
author='AliLozano',
Expand Down

0 comments on commit 8a0a473

Please sign in to comment.