Skip to content

Commit dfdff18

Browse files
committed
Bumping version from 1.14.0a0 to 1.14.0
1 parent 7440392 commit dfdff18

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 1.14
44

5-
Release date: UNRELEASED
5+
Release date: 2024-01-08
66

77
### New features and improvements
88

@@ -13,8 +13,8 @@ Release date: UNRELEASED
1313

1414
### Bug fixes
1515

16-
* 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)
17-
* Fixed CLI help for the lreverse command (#683)
16+
* 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)
17+
* Fixed CLI help for the `lreverse` command (#683)
1818

1919
### Other changes
2020

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "vpype"
3-
version = "1.14.0a0"
3+
version = "1.14.0"
44
description = "The Swiss Army knife of vector graphics for pen plotters"
55
authors = ["Antoine Beyeler <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)