diff --git a/README.rst b/README.rst index 0aaaf15..7a03eeb 100644 --- a/README.rst +++ b/README.rst @@ -23,8 +23,8 @@ Avendesora Collaborative Password Manager :Authors: Ken & Kale Kundert -:Version: 1.24 -:Released: 2022-11-04 +:Version: 1.24.1 +:Released: 2023-02-25 Avendesora replaces Abraxas, which are both alternatives to the traditional password vault. diff --git a/avendesora/__init__.py b/avendesora/__init__.py index b0c6059..108cda9 100644 --- a/avendesora/__init__.py +++ b/avendesora/__init__.py @@ -31,5 +31,5 @@ from . import command from .account import AccountValue -__version__ = '1.24' -__released__ = '2022-11-04' +__version__ = '1.24.1' +__released__ = '2023-02-25' diff --git a/doc/conf.py b/doc/conf.py index f2da80f..81731a9 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' +release = '1.24.1' # The short X.Y version. version = '.'.join(release.split('.')[0:2]) diff --git a/doc/index.rst b/doc/index.rst index 3c23327..f430884 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -3,8 +3,8 @@ Avendesora Collaborative Password Manager ========================================= -| Version: 1.24 -| Released: 2022-11-04 +| Version: 1.24.1 +| Released: 2023-02-25 | 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 16b7dbc..c57214f 100644 --- a/doc/releases.rst +++ b/doc/releases.rst @@ -5,8 +5,8 @@ Releases Latest Development Version -------------------------- -| Version: 1.24 -| Released: 2022-11-04 +| Version: 1.24.1 +| Released: 2023-02-25 1.24 (2022-11-04) diff --git a/setup.py b/setup.py index 322205f..668f9ef 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ # call setup {{{1 setup( name = 'avendesora', - version = '1.24', + version = '1.24.1', author = 'Ken Kundert and Kale Kundert', author_email = 'avendesora@nurdletech.com', description = 'A password generator and account manager.',