Skip to content

Commit 50b05ef

Browse files
committed
gmoccapy_3_4_9: set version number and update release notes
1 parent 86850d6 commit 50b05ef

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

src/emc/usr_intf/gmoccapy/gmoccapy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def excepthook(exc_type, exc_obj, exc_tb):
7676

7777
# constants
7878
# # gmoccapy #"
79-
_RELEASE = " 3.4.8"
79+
_RELEASE = " 3.4.9"
8080
_INCH = 0 # imperial units are active
8181
_MM = 1 # metric units are active
8282

src/emc/usr_intf/gmoccapy/release_notes.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
ver 3.4.9
2+
- Fix problems with duplicated entries in the preferences file
3+
- Remove Gtk.Paned for upper main area (introduced in 3.4.0)
4+
- Fix wrong states of spindle button images after program abort
5+
16
ver 3.4.8
27
- Remove some deprecation warnings (#3130)
38
- Migrate to GtKSourceview 4 (#3083)

0 commit comments

Comments
 (0)