Skip to content

Commit 5266e8f

Browse files
committed
bump version to 0.4.1
1 parent be41c0b commit 5266e8f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. See [standa
44

55
## [Unreleased](https://github.com/dotenv-org/python-dotenv-vault/compare/v0.2.0...master)
66

7+
## 0.4.1
8+
9+
### Added
10+
11+
- expand cryptography library version range for better support
12+
713
## 0.4.0
814

915
### Added

src/dotenv_vault/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = "python-dotenv-vault"
22
__description__ = "Decrypt .env.vault file."
33
__url__ = "https://github.com/dotenv-org/python-dotenv-vault"
4-
__version__ = "0.4.0"
4+
__version__ = "0.4.1"
55
__author__ = "dotenv"
66
__author_email__ = "[email protected]"
77
__license__ = "MIT"

0 commit comments

Comments
 (0)