Skip to content

Commit

Permalink
bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Jan 3, 2017
1 parent b039797 commit 15e9304
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,7 +1,7 @@
date_fmt = 'YYYY-MM-DD'
major = 1
minor = 0
patch = 5
minor = 1
patch = 0
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
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.0.5
| Version: 1.1.0
| Released: 2017-01-03
|
Expand Down
2 changes: 1 addition & 1 deletion avendesora/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
from .generator import PasswordGenerator
from inform import Error as PasswordError

__version__ = '1.0.5'
__version__ = '1.1.0'
__released__ = '2017-01-03'
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.0.5',
version='1.1.0',
author='Ken Kundert and Kale Kundert',
author_email='avendesora@nurdletech.com',
description='An XKCD-style password generator.',
Expand Down

0 comments on commit 15e9304

Please sign in to comment.