Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tzing committed Aug 13, 2024
1 parent eac864f commit e706e69
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)
- [1.0.0 (2024-08-13)](#100-2024-08-13)
- [🚨 Breaking changes](#-breaking-changes)
- [✨ Enhancements](#-enhancements)
- [🚧 Internal changes](#-internal-changes)
Expand All @@ -15,7 +15,7 @@
- [Prior to 0.29](#prior-to-029)


## Unreleased
## 1.0.0 (2024-08-13)

### 🚨 Breaking changes

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

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

0 comments on commit e706e69

Please sign in to comment.