Skip to content

Commit

Permalink
Merge tag '23.4.1' into develop
Browse files Browse the repository at this point in the history
23.4.1
  • Loading branch information
davedittrich committed Apr 19, 2023
2 parents 93d6343 + 013c503 commit 86c3472
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 5 deletions.
17 changes: 17 additions & 0 deletions HISTORY.rst
Expand Up @@ -24,6 +24,23 @@ History
.. Fixed for any bug fixes.
.. Security in case of vulnerabilities.
23.4.1 (2023-04-19)
~~~~~~~~~~~~~~~~~~~

Added
^^^^^

- Added `secrets find` command.
- Added support for new variable type `boolean`.

Changed
^^^^^^^

- Updated GitHub Actions workflows (default to Python 3.9.16).
- Drop Python 3.7, 3.8, add Python 3.11 (default to 3.10) for `tox`.
- Fixed downstream dependency and `pip` installation problems.
- Resolved new `pep8` and `bandit` findings.

22.6.1 (2022-06-21)
~~~~~~~~~~~~~~~~~~~

Expand Down
4 changes: 2 additions & 2 deletions README.rst
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: 22.6.1
Version: 23.4.1

* Free software: `Apache 2.0 License <https://www.apache.org/licenses/LICENSE-2.0>`_
* Documentation: https://python_secrets.readthedocs.org.
Expand Down Expand Up @@ -1218,7 +1218,7 @@ Decrypted, it looks like this:
myapp_app_password=brunt.outclass.alike.turbine
--
Sent using psec version 22.6.1
Sent using psec version 23.4.1
https://pypi.org/project/python-secrets/
https://github.com/davedittrich/python_secrets
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
22.6.1
23.4.1
2 changes: 1 addition & 1 deletion psec/__init__.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

__version__ = None
__release__ = '22.6.1'
__release__ = '23.4.1'

# Get development version from repository tags.
try:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 22.6.1
current_version = 23.4.1
commit = False
tag = False

Expand Down

0 comments on commit 86c3472

Please sign in to comment.