We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f98c3 commit 7505227Copy full SHA for 7505227
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Change log
2
3
+## 1.12.1
4
+
5
+Release date: 2022-11-12
6
7
+### Bug fixes
8
9
+* Pinned ModernGL to 5.7.0 or earlier to avoid an [issue](https://github.com/moderngl/moderngl/issues/525) introduced in 5.7.1 (18f98c3)
10
11
12
## 1.12
13
14
Release date: 2022-10-25
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "vpype"
-version = "1.12.0"
+version = "1.12.1"
description = "The Swiss Army knife of vector graphics for pen plotters"
authors = ["Antoine Beyeler <[email protected]>"]
license = "MIT"
0 commit comments