Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tzing committed Oct 14, 2024
1 parent ca57839 commit ea31920
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
Changelog
---------

Unreleased
==========
1.0.4
=====

:Date: 2024-10-14

Enhancements
++++++++++++

* Suppress error messages during the internal trial run of the :doc:`provider/teleport` to prevent user confusion.

Experimental Features
+++++++++++++++++++++

* Add experimental support for :doc:`provider/kubectl`.
* Add experimental support for :doc:`provider/op`.

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "secrets.env"
version = "1.0.3"
version = "1.0.4"
description = "Connect the credential store to your app"
authors = ["tzing <tzingshih@gmail.com>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -95,7 +95,7 @@ max-complexity = 12
include = ["secrets_env"]

[tool.bumpver]
current_version = "1.0.3"
current_version = "1.0.4"
version_pattern = "MAJOR.MINOR.PATCH[-TAG]"

[tool.bumpver.file_patterns]
Expand Down
2 changes: 1 addition & 1 deletion secrets_env/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.3"
__version__ = "1.0.4"

0 comments on commit ea31920

Please sign in to comment.