Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tzing committed May 15, 2024
1 parent 6b9f581 commit c135494
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

*Table of Contents*

- [Unreleased](#unreleased)
- [0.29.1 (2024-05-15)](#0291-2024-05-15)
- [✨ Enhancements](#-enhancements)
- [0.29.0 (2024-05-07)](#0290-2024-05-07)
- [🚨 Breaking changes](#-breaking-changes)
Expand All @@ -11,7 +11,7 @@
- [Prior to 0.29](#prior-to-029)


## Unreleased
## 0.29.1 (2024-05-15)

### ✨ 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 = "0.29.0"
version = "0.29.1"
description = "Connect the credential store to your app"
authors = ["tzing <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -89,7 +89,7 @@ max-complexity = 12
include = ["secrets_env"]

[tool.bumpver]
current_version = "0.29.0"
current_version = "0.29.1"
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__ = "0.29.0"
__version__ = "0.29.1"

0 comments on commit c135494

Please sign in to comment.