Skip to content

Commit

Permalink
bump version to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Feb 6, 2017
1 parent fd002d6 commit fa0adcb
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,7 +1,7 @@
date_fmt = 'YYYY-MM-DD'
major = 1
minor = 4
patch = 2
patch = 3
date = ['avendesora/__init__.py __released__', 'README.rst Released']
version = ['setup.py version', 'avendesora/__init__.py __version__', 'README.rst Version']
status_command = 'git status -s'
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Avendesora Collaborative Password Utility
.. image:: https://img.shields.io/pypi/dd/avendesora.svg
:target: https://pypi.python.org/pypi/avendesora/

| Version: 1.4.2
| Released: 2017-02-02
| Version: 1.4.3
| Released: 2017-02-05
|
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.4.2'
__released__ = '2017-02-02'
__version__ = '1.4.3'
__released__ = '2017-02-05'
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.4.2',
version='1.4.3',
author='Ken Kundert and Kale Kundert',
author_email='avendesora@nurdletech.com',
description='An XKCD-style password generator.',
Expand Down

0 comments on commit fa0adcb

Please sign in to comment.