From 1071d6f8c9c904b40a55532e0426c11e2427c797 Mon Sep 17 00:00:00 2001 From: Antoine Beyeler Date: Thu, 3 Mar 2022 19:34:34 +0100 Subject: [PATCH] Bumping version from 1.9.0 to 1.10.0-alpha.0 --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5df63798..108c34ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,24 @@ # Change log +## 1.10 + +Release date: UNRELEASED + +### New features and improvements + +* ... + +### Bug fixes + +* ... + + ## 1.9 Release date: 2022-03-03 +A commented version of these release notes is available [here](https://bylr.info/articles/2022/03/03/annotated-release-notes-vpype-1.9/). + **Note**: This is the last version of *vpype* to support Python 3.7. ### New features and improvements diff --git a/pyproject.toml b/pyproject.toml index 7a24480f..7cd1d5ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vpype" -version = "1.9.0" +version = "1.10.0-alpha.0" description = "The Swiss Army knife of vector graphics for pen plotters" authors = ["Antoine Beyeler "] license = "MIT"