File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 66
77__author__ = "Gabriele Pongelli"
88__email__ = "gabriele.pongelli@gmail.com"
9- __version__ = "2.1.0 "
9+ __version__ = "2.2.0rc0 "
Original file line number Diff line number Diff line change 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>" ]
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"
You can’t perform that action at this time.
0 commit comments