From a53ed241882cc3bfc8825e1c273bf83dddbe4d44 Mon Sep 17 00:00:00 2001 From: Dave Dittrich Date: Fri, 4 Oct 2024 10:49:58 -0700 Subject: [PATCH] Prepare for release --- HISTORY.rst | 5 +++-- README.rst | 4 ++-- VERSION | 2 +- psec/__init__.py | 2 +- setup.cfg | 2 +- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index a084e78..f8d43d9 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -24,14 +24,15 @@ History .. Fixed for any bug fixes. .. Security in case of vulnerabilities. -24.10.3 (2024-10-03) +24.10.4 (2024-10-04) ~~~~~~~~~~~~~~~~~~~~ Changed ^^^^^^^ - Now using Poetry for package management and installation. - +- Refactored GitHub Actions workflows. +- (Versions 24.10.0 - 24.10.3 were fix attempts.) 23.4.2 (2023-04-20) ~~~~~~~~~~~~~~~~~~~ diff --git a/README.rst b/README.rst index cbf1f1c..809ba35 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.3 +Version: 24.10.4 * 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.3 + Sent using psec version 24.10.4 https://pypi.org/project/python-secrets/ https://github.com/davedittrich/python_secrets diff --git a/VERSION b/VERSION index 7c77343..986f41d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -24.10.3 +24.10.4 diff --git a/psec/__init__.py b/psec/__init__.py index 0b153b6..fe43acd 100755 --- a/psec/__init__.py +++ b/psec/__init__.py @@ -12,7 +12,7 @@ __author__ = 'Dave Dittrich' __email__ = 'dave.dittrich@gmail.com' -__release__ = '24.10.3' +__release__ = '24.10.4' if __version__ in ['0.0.0', '0.1.0']: try: diff --git a/setup.cfg b/setup.cfg index e95658a..97629f3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 24.10.3 +current_version = 24.10.4 commit = False tag = False