Skip to content

Commit

Permalink
bump version to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Feb 19, 2018
1 parent 01651cc commit 338c1d3
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .bump.cfg
@@ -1,7 +1,7 @@
date_fmt = 'YYYY-MM-DD'
major = 1
minor = 9
patch = 13
minor = 10
patch = 0
date = [
'avendesora/__init__.py __released__',
'README.rst Released',
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -19,8 +19,8 @@ Avendesora Collaborative Password Manager
.. image:: https://img.shields.io/pypi/dm/avendesora.svg
:target: https://pypi.python.org/pypi/avendesora/
| Version: 1.9.13
| Released: 2018-01-30
| Version: 1.10.0
| Released: 2018-02-18
|
Avendesora replaces the Abraxas, which are both alternatives to the traditional
Expand Down
4 changes: 2 additions & 2 deletions avendesora/__init__.py
Expand Up @@ -28,5 +28,5 @@
# otherwise
from . import command

__version__ = '1.9.13'
__released__ = '2018-01-30'
__version__ = '1.10.0'
__released__ = '2018-02-18'
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -55,7 +55,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '1.9.13'
release = '1.10.0'
# The short X.Y version.
version = '.'.join(release.split('.')[0:2])

Expand Down
4 changes: 2 additions & 2 deletions doc/index.rst
Expand Up @@ -3,8 +3,8 @@
Avendesora Collaborative Password Manager
=========================================

| Version: 1.9.13
| Released: 2018-01-30
| Version: 1.10.0
| Released: 2018-02-18
| Please report all bugs and suggestions at
`Github <https://github.com/KenKundert/avendesora/issues>`_
(or contact me directly at `avendesora@nurdletech.com
Expand Down
4 changes: 2 additions & 2 deletions doc/releases.rst
Expand Up @@ -54,6 +54,6 @@ Releases
- Added support for *qutebrowser*.

**Latest Development Version**:
| Version: 1.9.13
| Released: 2018-01-30
| Version: 1.10.0
| Released: 2018-02-18
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@

setup(
name = 'avendesora',
version = '1.9.13',
version = '1.10.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 338c1d3

Please sign in to comment.