Skip to content

Commit

Permalink
Merge branch 'release/24.10.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
davedittrich committed Oct 3, 2024
2 parents 01c4591 + 8556df4 commit 59620a4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
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.1
Version: 24.10.2

* 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.1
Sent using psec version 24.10.2
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.1
24.10.2
2 changes: 1 addition & 1 deletion psec/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

__author__ = 'Dave Dittrich'
__email__ = 'dave.dittrich@gmail.com'
__release__ = '24.10.1'
__release__ = '24.10.2'

if __version__ in ['0.0.0', '0.1.0']:
try:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ classifiers = [
"Intended Audience :: Other Audience",
"Intended Audience :: Science/Research",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: Apache 2.0 License",
"License-Expression :: Apache-2.0",
"Natural Language :: English",
"Operating System :: POSIX",
"Operating System :: MacOS",
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.1
current_version = 24.10.2
commit = False
tag = False

Expand Down

0 comments on commit 59620a4

Please sign in to comment.