Skip to content

Commit 86991c6

Browse files
committed
Bumping version from 1.13.0a0 to 1.13.0
1 parent 61ff07a commit 86991c6

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

CHANGELOG.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 1.13
44

5-
Release date: UNRELEASED
5+
Release date: 2023-03-13
66

77
### New features and improvements
88

@@ -11,12 +11,8 @@ Release date: UNRELEASED
1111

1212
### Bug fixes
1313

14-
* Fixed a design issue with the `read` command where disjoints groups of digit in layer names would be used to determine layer IDs. Only the first contiguous group of digit is used, so a layer named "01-layer1" would now have layer ID of 1 instead of 11 (#606)
15-
* Fixed an issue on Wayland-based Linux distribution where using the viewer (e.g. with the `show` command) would crash (#607)
16-
17-
### API changes
18-
19-
* ...
14+
* Fixed a design issue with the `read` command where disjoint groups of digits in layer names could be used to determine layer IDs. Only the first contiguous group of digits is used now, so a layer named "01-layer1" has layer ID of 1 instead of 11 (#606)
15+
* Fixed an issue on Wayland-based Linux distributions where using the viewer (e.g. with the `show` command) would crash (#607)
2016

2117
### Known issue
2218

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "vpype"
3-
version = "1.13.0a0"
3+
version = "1.13.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)