Skip to content

Commit

Permalink
chore: bump version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tzing committed Dec 30, 2024
1 parent 3a3ded4 commit e9ad862
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Changelog
---------

Unreleased
==========
1.0.5
=====

:Date: 2024-12-31

Enhancements
++++++++++++
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.4"
version = "1.0.5"
description = "Connect the credential store to your app"
authors = ["tzing <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -95,7 +95,7 @@ max-complexity = 12
include = ["secrets_env"]

[tool.bumpver]
current_version = "1.0.4"
current_version = "1.0.5"
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.4"
__version__ = "1.0.5"

0 comments on commit e9ad862

Please sign in to comment.