Skip to content

Commit

Permalink
Bumping version from 1.14.0a0 to 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Jan 8, 2024
1 parent 7440392 commit dfdff18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 1.14

Release date: UNRELEASED
Release date: 2024-01-08

### New features and improvements

Expand All @@ -13,8 +13,8 @@ Release date: UNRELEASED

### Bug fixes

* Fixed issue with ImageRenderer where the GL context wasn't released, ultimately causing a crash when running the test suite (which could involve many hundreds of context creation) (#616)
* Fixed CLI help for the lreverse command (#683)
* Fixed issue with `ImageRenderer` where the GL context wasn't released, ultimately causing a crash when running the test suite (which could involve many hundreds of context creation) (#616)
* Fixed CLI help for the `lreverse` command (#683)

### Other changes

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "vpype"
version = "1.14.0a0"
version = "1.14.0"
description = "The Swiss Army knife of vector graphics for pen plotters"
authors = ["Antoine Beyeler <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit dfdff18

Please sign in to comment.