Skip to content

Commit

Permalink
chore(release): 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Sep 28, 2024
1 parent 2a85543 commit 9747394
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Release Notes
---

## [0.4.1](https://github.com/osl-incubator/envers/compare/0.4.0...0.4.1) (2024-09-28)


### Bug Fixes

* Update project structure and configuration ([#20](https://github.com/osl-incubator/envers/issues/20)) ([2a85543](https://github.com/osl-incubator/envers/commit/2a85543f09923d273bde7627a208e87d25c326e3))

# [0.4.0](https://github.com/osl-incubator/envers/compare/0.3.0...0.4.0) (2023-12-23)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "envers"
version = "0.4.0" # semantic-release
version = "0.4.1" # semantic-release
description = "Envers is a tool for handling environment files (e.g. .env) for multiple kind of environments with versioning"
authors = ["Ivan Ogasawara <ivan.ogasawara@gmail.com>"]
packages = [
Expand Down
2 changes: 1 addition & 1 deletion src/envers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def get_version() -> str:
try:
return importlib_metadata.version(__name__)
except importlib_metadata.PackageNotFoundError: # pragma: no cover
return "0.4.0" # semantic-release
return "0.4.1" # semantic-release


version = get_version()
Expand Down

0 comments on commit 9747394

Please sign in to comment.