diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a9a5d23..5df63798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 1.9 -Release date: UNRELEASED +Release date: 2022-03-03 **Note**: This is the last version of *vpype* to support Python 3.7. diff --git a/pyproject.toml b/pyproject.toml index 5def6ce3..7a24480f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vpype" -version = "1.9.0-alpha.0" +version = "1.9.0" description = "The Swiss Army knife of vector graphics for pen plotters" authors = ["Antoine Beyeler "] license = "MIT"