We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4bac35 commit 4cb2659Copy full SHA for 4cb2659
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.3.0
8
+
9
+### Added
10
11
+- Added backward compatibility python version 3.7+
12
13
## 0.2.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.2.0"
+__version__ = "0.3.0"
__author__ = "dotenv"
__author_email__ = "mot@dotenv.org"
__license__ = "MIT"
0 commit comments