Skip to content

Commit

Permalink
bump version to 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Nov 4, 2022
1 parent 0ebecd1 commit e4b26e3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Avendesora Collaborative Password Manager


:Authors: Ken & Kale Kundert
:Version: 1.23.2rc1
:Version: 1.24
:Released: 2022-11-04

Avendesora replaces Abraxas, which are both alternatives to the traditional
Expand Down
2 changes: 1 addition & 1 deletion avendesora/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
from . import command
from .account import AccountValue

__version__ = '1.23.2rc1'
__version__ = '1.24'
__released__ = '2022-11-04'
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.23.2rc1'
release = '1.24'
# The short X.Y version.
version = '.'.join(release.split('.')[0:2])

Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Avendesora Collaborative Password Manager
=========================================

| Version: 1.23.2rc1
| Version: 1.24
| Released: 2022-11-04
| Please report all bugs and suggestions at
`Github <https://github.com/KenKundert/avendesora/issues>`_
Expand Down
2 changes: 1 addition & 1 deletion doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Releases

Latest Development Version
--------------------------
| Version: 1.23.2rc1
| Version: 1.24
| Released: 2022-11-04

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
# call setup {{{1
setup(
name = 'avendesora',
version = '1.23.2rc1',
version = '1.24',
author = 'Ken Kundert and Kale Kundert',
author_email = '[email protected]',
description = 'A password generator and account manager.',
Expand Down

0 comments on commit e4b26e3

Please sign in to comment.