Skip to content

Commit

Permalink
bump version to 1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Aug 29, 2024
1 parent 99e5252 commit 7ef0580
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Avendesora Collaborative Password Manager


:Authors: Ken & Kale Kundert
:Version: 1.25.2
:Released: 2024-05-31
:Version: 1.26
:Released: 2024-08-28

Avendesora replaces 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 @@ -31,5 +31,5 @@
from . import command
from .account import AccountValue

__version__ = '1.25.2'
__released__ = '2024-05-31'
__version__ = '1.26'
__released__ = '2024-08-28'
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.25.2'
release = '1.26'
# 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.25.2
| Released: 2024-05-31
| Version: 1.26
| Released: 2024-08-28
| 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 @@ -5,8 +5,8 @@ Releases

Latest Development Version
--------------------------
| Version: 1.25.2
| Released: 2024-05-31
| Version: 1.26
| Released: 2024-08-28


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "avendesora"
version = "1.25.2"
version = "1.26"
description = "A password generator and account manager."
readme = "README.rst"
keywords = ["avendesora", "password", "password vault", "XKCD"]
Expand Down

0 comments on commit 7ef0580

Please sign in to comment.