Skip to content

Commit 2d5e9d1

Browse files
committed
Bump version: 2.1.0 -> 2.2.0rc0
1 parent d903e3f commit 2d5e9d1

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 2.2.0rc0 (2023-03-15)
2+
3+
### Feat
4+
5+
- when building wheel from downloaded source, setup.cfg must be found
6+
7+
### Fix
8+
9+
- ARM image not working
10+
- yamllint was removed
11+
112
## 2.1.0 (2023-03-09)
213

314
### Feat

pycode128/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
__author__ = "Gabriele Pongelli"
88
__email__ = "gabriele.pongelli@gmail.com"
9-
__version__ = "2.1.0"
9+
__version__ = "2.2.0rc0"

pyproject.toml

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

55
[tool.poetry]
66
name = "pycode128"
7-
version = "2.1.0"
7+
version = "2.2.0rc0"
88
homepage = "https://github.com/gpongelli/pycode128"
99
description = "Python extension for Code128 barcode generator library."
1010
authors = ["Gabriele Pongelli <gabriele.pongelli@gmail.com>"]
@@ -117,7 +117,7 @@
117117

118118
[tool.commitizen]
119119
name = "cz_conventional_commits"
120-
version = "2.1.0"
120+
version = "2.2.0rc0"
121121
version_files = [
122122
"pycode128/__init__.py:__version__",
123123
"pyproject.toml:version"

0 commit comments

Comments
 (0)