From 6bb7bf4f551de3631892a36e9e96d7654286857d Mon Sep 17 00:00:00 2001 From: Ben Avrahami Date: Sat, 2 Mar 2024 20:59:46 +0200 Subject: [PATCH] ready for 1.4.0 (#15) * ready for 1.4.0 * not ready for 3.13 yet --------- Co-authored-by: Ben Avrahami --- CHANGELOG.md | 2 +- envolved/_version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"