Skip to content

Commit 6c5d505

Browse files
committed
version bump to 0.1.2
1 parent a9212b8 commit 6c5d505

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.1.2
4+
5+
- dependency updates
6+
- update cPy CI testing environment versions to 3.8, 3.9, 3.10, 3.11
7+
- fix coverage testing command in py-coverage.yml
8+
39
## v0.1.1
410

511
- refactor the approach to pull available table tags from fonts

lib/fontsize/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env python3
22

3-
version = __version__ = "0.1.1"
3+
version = __version__ = "0.1.2"

0 commit comments

Comments
 (0)