From 968d8f8a171d3c3598c81631e95a265d5ee421bf Mon Sep 17 00:00:00 2001 From: Antoine Beyeler Date: Thu, 10 Dec 2020 14:31:16 +0100 Subject: [PATCH] Bumping version from 1.1.0-alpha.0 to 1.1.0 --- CHANGELOG.md | 14 +++++++++++++- poetry.lock | 2 -- pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52de703d..6fef28e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ -#### 1.1 (UNRELEASED) +#### 1.2 (UNRELEASED) + +New features and improvements: +* ... + +Bug fixes: +* ... + +API changes: +* ... + + +#### 1.1 (2020-12-10) New features and improvements: * Added `snap` command (#110) diff --git a/poetry.lock b/poetry.lock index be08e9ba..92c65e32 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1172,8 +1172,6 @@ shapely = [ {file = "Shapely-1.7.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:90a3e2ae0d6d7d50ff2370ba168fbd416a53e7d8448410758c5d6a5920646c1d"}, {file = "Shapely-1.7.1-cp38-cp38-win32.whl", hash = "sha256:a3774516c8a83abfd1ddffb8b6ec1b0935d7fe6ea0ff5c31a18bfdae567b4eba"}, {file = "Shapely-1.7.1-cp38-cp38-win_amd64.whl", hash = "sha256:6593026cd3f5daaea12bcc51ae5c979318070fefee210e7990cb8ac2364e79a1"}, - {file = "Shapely-1.7.1-cp39-cp39-win32.whl", hash = "sha256:2df5260d0f2983309776cb41bfa85c464ec07018d88c0ecfca23d40bfadae2f1"}, - {file = "Shapely-1.7.1-cp39-cp39-win_amd64.whl", hash = "sha256:a5c3a50d823c192f32615a2a6920e8c046b09e07a58eba220407335a9cd2e8ea"}, {file = "Shapely-1.7.1.tar.gz", hash = "sha256:1641724c1055459a7e2b8bbe47ba25bdc89554582e62aec23cb3f3ca25f9b129"}, ] six = [ diff --git a/pyproject.toml b/pyproject.toml index 18cede93..b9bd54c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vpype" -version = "1.1.0-alpha.0" +version = "1.1.0" description = "The Swiss Army knife of vector graphics for pen plotters" authors = ["Antoine Beyeler "] license = "MIT"