From 536e8b85e8cc6f671ce70cc818535e324f85af68 Mon Sep 17 00:00:00 2001 From: Dave Dittrich Date: Wed, 16 Oct 2024 22:18:53 -0700 Subject: [PATCH] Bump version for release --- HISTORY.rst | 4 ++-- README.rst | 4 ++-- VERSION | 2 +- psec/__init__.py | 2 +- setup.cfg | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index ec2df2e..b4dc046 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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 @@ -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) ~~~~~~~~~~~~~~~~~~~ diff --git a/README.rst b/README.rst index f90ab60..7d5ede6 100644 --- a/README.rst +++ b/README.rst @@ -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 `_ * Documentation: https://python_secrets.readthedocs.org. @@ -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 diff --git a/VERSION b/VERSION index af67aec..ac3dd17 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -24.10.10 +24.10.11 diff --git a/psec/__init__.py b/psec/__init__.py index cdb514f..79b631d 100755 --- a/psec/__init__.py +++ b/psec/__init__.py @@ -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 ( diff --git a/setup.cfg b/setup.cfg index 8a70f0c..6d66ddd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 24.10.10 +current_version = 24.10.11 commit = False tag = False