Skip to content

Commit 415873e

Browse files
author
Dmitry Berezovsky
committed
bump: version 0.1.0 → 0.2.0
1 parent 9aaf26c commit 415873e

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## 0.2.0 (2024-06-01)
2+
3+
### Feat
4+
5+
- use poppler for image rendering
6+
- update libraries and migrate to poetry for builds
7+
8+
### Fix
9+
10+
- **build**: set correct entrypoint for tpp executable
11+
- **library**: exclude standard library from the config file
12+
13+
## 0.1.0 (2022-02-14)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tapen"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
license = "GPL-3.0-or-later"
55
description = "Tapen - software for managing label printers"
66
authors = ["Dmitry Berezovsky"]

src/tapen/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# You should have received a copy of the GNU General Public License
1616
# along with this program. If not, see <http://www.gnu.org/licenses/>.#
1717

18-
__version__ = "0.1.0"
18+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)