Skip to content

Commit

Permalink
bump version to 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Feb 6, 2019
1 parent c62f087 commit 3789ba5
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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 = 12
patch = 4
minor = 13
patch = 0
date = [
'avendesora/__init__.py __released__',
'README.rst Released',
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Avendesora Collaborative Password Manager
:alt: Requirements Status

:Authors: Ken & Kale Kundert
:Version: 1.12.4
:Released: 2019-02-04
:Version: 1.13.0
:Released: 2019-02-06

Avendesora replaces the Abraxas, which are both alternatives to the traditional
password vault.
Expand Down
4 changes: 2 additions & 2 deletions avendesora/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
from . import command
from .account import AccountValue

__version__ = '1.12.4'
__released__ = '2019-02-04'
__version__ = '1.13.0'
__released__ = '2019-02-06'
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '1.12.4'
release = '1.13.0'
# The short X.Y version.
version = '.'.join(release.split('.')[0:2])

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

| Version: 1.12.4
| Released: 2019-02-04
| Version: 1.13.0
| Released: 2019-02-06
| 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
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Releases
========

**Latest Development Version**:
| Version: 1.12.4
| Released: 2019-02-04
| Version: 1.13.0
| Released: 2019-02-06

**1.13 (2019-02-06)**:
Expand Down
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.12.4',
version = '1.13.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 3789ba5

Please sign in to comment.