Skip to content

Commit

Permalink
Merge tag '24.10.11' into develop
Browse files Browse the repository at this point in the history
24.10.11
  • Loading branch information
davedittrich committed Oct 17, 2024
2 parents 9fd25fd + 4b8bab3 commit 50bf13a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ History
.. Fixed for any bug fixes.
.. Security in case of vulnerabilities.
24.10.10 (2024-10-16)
24.10.11 (2024-10-16)
~~~~~~~~~~~~~~~~~~~~

Changed
Expand All @@ -33,7 +33,7 @@ Changed
- Now using Poetry for package management and installation.
- Refactored GitHub Actions workflows.
- Updated ReadTheDocs configuration and build process.
- (Versions 24.10.0 - 24.10.9 were fix attempts.)
- (Versions 24.10.0 - 24.10.10 were fix attempts.)

23.4.2 (2023-04-20)
~~~~~~~~~~~~~~~~~~~
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Python command line app for managing groups of secrets (passwords, API keys, etc
other project variables. Reduces security risks from things like weak default passwords,
secrets stored in files in the source code repository directory.

Version: 24.10.10
Version: 24.10.11

* Free software: `Apache 2.0 License <https://www.apache.org/licenses/LICENSE-2.0>`_
* Documentation: https://python_secrets.readthedocs.org.
Expand Down Expand Up @@ -1212,7 +1212,7 @@ Decrypted, it looks like this:
myapp_app_password=brunt.outclass.alike.turbine
--
Sent using psec version 24.10.10
Sent using psec version 24.10.11
https://pypi.org/project/python-secrets/
https://github.com/davedittrich/python_secrets
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.10.10
24.10.11
2 changes: 1 addition & 1 deletion psec/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

__author__ = 'Dave Dittrich'
__email__ = 'dave.dittrich@gmail.com'
__release__ = '24.10.10'
__release__ = '24.10.11'

try:
from psec._version import (
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 24.10.10
current_version = 24.10.11
commit = False
tag = False

Expand Down

0 comments on commit 50bf13a

Please sign in to comment.