Skip to content

Commit

Permalink
bump version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Apr 7, 2017
1 parent d4ccd5c commit bcb8daa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .bump.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
date_fmt = 'YYYY-MM-DD'
major = 1
minor = 5
patch = 6
minor = 6
patch = 0
date = ['avendesora/__init__.py __released__', 'README.rst Released']
version = ['setup.py version', 'avendesora/__init__.py __version__', 'README.rst Version']
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Avendesora Collaborative Password Utility
.. image:: https://img.shields.io/pypi/dd/avendesora.svg
:target: https://pypi.python.org/pypi/avendesora/

| Version: 1.5.6
| Version: 1.6.0
| Released: 2017-04-07
|
Expand Down
2 changes: 1 addition & 1 deletion avendesora/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
from .generator import PasswordGenerator
from inform import Error as PasswordError

__version__ = '1.5.6'
__version__ = '1.6.0'
__released__ = '2017-04-07'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='avendesora',
version='1.5.6',
version='1.6.0',
author='Ken Kundert and Kale Kundert',
author_email='avendesora@nurdletech.com',
description='A password generator and account manager.',
Expand Down

0 comments on commit bcb8daa

Please sign in to comment.