From 3789ba51029c2cd810bd33a0ea4c8fedcd480563 Mon Sep 17 00:00:00 2001 From: Ken Kundert Date: Wed, 6 Feb 2019 14:06:42 -0800 Subject: [PATCH] bump version to 1.13.0 --- .bump.cfg | 4 ++-- README.rst | 4 ++-- avendesora/__init__.py | 4 ++-- doc/conf.py | 2 +- doc/index.rst | 4 ++-- doc/releases.rst | 4 ++-- setup.py | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.bump.cfg b/.bump.cfg index 76ada51..afc7f7d 100644 --- a/.bump.cfg +++ b/.bump.cfg @@ -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', diff --git a/README.rst b/README.rst index 4ea3085..8400046 100644 --- a/README.rst +++ b/README.rst @@ -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. diff --git a/avendesora/__init__.py b/avendesora/__init__.py index 2e149ef..06b2bd2 100644 --- a/avendesora/__init__.py +++ b/avendesora/__init__.py @@ -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' diff --git a/doc/conf.py b/doc/conf.py index c98baca..47b14aa 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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]) diff --git a/doc/index.rst b/doc/index.rst index 4d0e814..098de45 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -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 `_ (or contact me directly at `avendesora@nurdletech.com diff --git a/doc/releases.rst b/doc/releases.rst index cfebb5a..cd3ce0b 100644 --- a/doc/releases.rst +++ b/doc/releases.rst @@ -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)**: diff --git a/setup.py b/setup.py index a8f9493..b0407b6 100644 --- a/setup.py +++ b/setup.py @@ -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.',