Skip to content

Commit 7e0a495

Browse files
committed
bump versions
1 parent 35a72a5 commit 7e0a495

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5-
## [Unreleased](https://github.com/dotenv-org/python-dotenv-vault/compare/v0.6.4...master)
5+
## [Unreleased](https://github.com/dotenv-org/python-dotenv-vault/compare/v0.7.0...master)
66

77
## 0.7.0
8+
89
### Changed
910

1011
- Update dependencies python-dotenv and cryptography
1112
- Remove support for Python 3.7
1213

13-
1414
## 0.6.4
1515

1616
### Changed

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.6.4"
4+
__version__ = "0.7.0"
55
__author__ = "dotenv"
66
__author_email__ = "[email protected]"
77
__license__ = "MIT"

0 commit comments

Comments
 (0)