Skip to content

Commit

Permalink
bump version to support python backward compatibility 3.7+
Browse files Browse the repository at this point in the history
  • Loading branch information
nsnguyen committed Jan 25, 2023
1 parent c4bac35 commit 4cb2659
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. See [standa

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

## 0.3.0

### Added

- Added backward compatibility python version 3.7+

## 0.2.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/dotenv_vault/__version__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = "python-dotenv-vault"
__description__ = "Decrypt .env.vault file."
__url__ = "https://github.com/dotenv-org/python-dotenv-vault"
__version__ = "0.2.0"
__version__ = "0.3.0"
__author__ = "dotenv"
__author_email__ = "[email protected]"
__license__ = "MIT"

0 comments on commit 4cb2659

Please sign in to comment.