Skip to content

Commit ec8de5f

Browse files
committed
v0.2.0
1 parent 3f82f4f commit ec8de5f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
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.2.0
4+
5+
- update macOS app bundle embedded cPython interpreter to v3.9.2 from v3.8.2
6+
- update SliceBaseTableModel model row and column count approaches based on qabstractitemmodel.cpp checks
7+
- update DesignAxisModel model flags definitions based on qabstractitemmodel.cpp checks
8+
39
## v0.1.3
410

511
- Add fonttools version number in the About dialog

src/build/settings/base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"app_name": "Slice",
3-
"version": "0.1.3",
3+
"version": "0.2.0",
44
"author": "Christopher Simpkins",
55
"main_module": "src/run.py",
66
"license": "GNU General Public License Version 3"

src/slice/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
)
5757
from .ui.widgets import DragDropLineEdit
5858

59-
__VERSION__ = "0.1.3"
59+
__VERSION__ = "0.2.0"
6060

6161

6262
class MainWindow(QMainWindow):

0 commit comments

Comments
 (0)