Skip to content

Commit

Permalink
bump version to 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed May 11, 2017
1 parent b59f053 commit 243efe3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bump.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
date_fmt = 'YYYY-MM-DD'
major = 1
minor = 6
patch = 4
patch = 5
date = ['avendesora/__init__.py __released__', 'README.rst Released']
version = ['setup.py version', 'avendesora/__init__.py __version__', 'README.rst Version']
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Avendesora Collaborative Password Utility
.. image:: https://img.shields.io/pypi/dm/avendesora.svg
:target: https://pypi.python.org/pypi/avendesora/
| Version: 1.6.4
| Released: 2017-04-30
| Version: 1.6.5
| Released: 2017-05-11
|
Avendesora replaces the Abraxas, which are both alternatives to the traditional
Expand Down
4 changes: 2 additions & 2 deletions 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.6.4'
__released__ = '2017-04-30'
__version__ = '1.6.5'
__released__ = '2017-05-11'
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.6.4',
version='1.6.5',
author='Ken Kundert and Kale Kundert',
author_email='avendesora@nurdletech.com',
description='A password generator and account manager.',
Expand Down

0 comments on commit 243efe3

Please sign in to comment.