Skip to content

Commit

Permalink
Preparing release 4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeySatskiy committed Aug 6, 2019
1 parent f0223fd commit 9f5494d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
2019 Jul 31 Sergey Satskiy <[email protected]>
2019 Aug 05 Sergey Satskiy <[email protected]>

* Version x.x.x
* Version 4.5.2
* Bug fix: Exception when switching smart zoom level

2019 Jul 31 Sergey Satskiy <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion codimension/cdmverspec.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '4.5.1'
version = '4.5.2'
1 change: 1 addition & 0 deletions codimension/editor/flowuicontextmenus.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def __init__(self):
self.__initReplaceTextContextMenu())
self.__docSubmenuAction = self.commonMenu.addMenu(
self.__initDocContextMenu())
self.__docSubmenuAction.setVisible(False)
self.__groupAction = self.commonMenu.addAction(
getIcon("cfgroup.png"), "Group...", self.onGroup)

Expand Down

0 comments on commit 9f5494d

Please sign in to comment.