diff --git a/README.rst b/README.rst index 7a03eeb..3bfd723 100644 --- a/README.rst +++ b/README.rst @@ -23,8 +23,8 @@ Avendesora Collaborative Password Manager :Authors: Ken & Kale Kundert -:Version: 1.24.1 -:Released: 2023-02-25 +:Version: 1.25 +:Released: 2023-04-22 Avendesora replaces Abraxas, which are both alternatives to the traditional password vault. diff --git a/avendesora/__init__.py b/avendesora/__init__.py index 108cda9..292fe2f 100644 --- a/avendesora/__init__.py +++ b/avendesora/__init__.py @@ -31,5 +31,5 @@ from . import command from .account import AccountValue -__version__ = '1.24.1' -__released__ = '2023-02-25' +__version__ = '1.25' +__released__ = '2023-04-22' diff --git a/doc/conf.py b/doc/conf.py index 81731a9..6d9ced0 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.24.1' +release = '1.25' # The short X.Y version. version = '.'.join(release.split('.')[0:2]) diff --git a/doc/index.rst b/doc/index.rst index f430884..35c2cef 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -3,8 +3,8 @@ Avendesora Collaborative Password Manager ========================================= -| Version: 1.24.1 -| Released: 2023-02-25 +| Version: 1.25 +| Released: 2023-04-22 | 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 1f306e4..217645a 100644 --- a/doc/releases.rst +++ b/doc/releases.rst @@ -5,8 +5,8 @@ Releases Latest Development Version -------------------------- -| Version: 1.24.1 -| Released: 2023-02-25 +| Version: 1.25 +| Released: 2023-04-22 1.25 (2023-04-22) diff --git a/setup.py b/setup.py index a16a55a..21a4344 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ # call setup {{{1 setup( name = 'avendesora', - version = '1.24.1', + version = '1.25', author = 'Ken Kundert and Kale Kundert', author_email = 'avendesora@nurdletech.com', description = 'A password generator and account manager.',