We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be41c0b commit 5266e8fCopy full SHA for 5266e8f
2 files changed
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. See [standa
4
5
## [Unreleased](https://github.com/dotenv-org/python-dotenv-vault/compare/v0.2.0...master)
6
7
+## 0.4.1
8
+
9
+### Added
10
11
+- expand cryptography library version range for better support
12
13
## 0.4.0
14
15
### Added
src/dotenv_vault/__version__.py
@@ -1,7 +1,7 @@
1
__title__ = "python-dotenv-vault"
2
__description__ = "Decrypt .env.vault file."
3
__url__ = "https://github.com/dotenv-org/python-dotenv-vault"
-__version__ = "0.4.0"
+__version__ = "0.4.1"
__author__ = "dotenv"
__author_email__ = "mot@dotenv.org"
__license__ = "MIT"
0 commit comments