diff --git a/CHANGELOG.md b/CHANGELOG.md index dc9b6b3..9eab022 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # envolved Changelog -## NEXT +## 1.4.0 ### Deprecated * this is the last release to support python 3.7 ### Changed diff --git a/envolved/_version.py b/envolved/_version.py index 67bc602..3e8d9f9 100644 --- a/envolved/_version.py +++ b/envolved/_version.py @@ -1 +1 @@ -__version__ = "1.3.0" +__version__ = "1.4.0" diff --git a/pyproject.toml b/pyproject.toml index d7c5fd1..b28b38a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "envolved" -version = "1.3.0" +version = "1.4.0" description = "" authors = ["ben avrahami "] license = "MIT"