Skip to content

Commit

Permalink
Bumped version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwinkler committed Nov 15, 2021
1 parent a864af7 commit 85a4df2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packaging/windows/build_windows_installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SetCompressor /SOLID lzma

; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "PyPlane"
!define PRODUCT_VERSION "2.0"
!define PRODUCT_VERSION "2.0.1"
!define PRODUCT_PUBLISHER "Institute of Control Theory"
!define PRODUCT_WEB_SITE "https://github.com/TUD-RST/pyplane.git"

Expand Down
4 changes: 2 additions & 2 deletions pyplane/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ class MainApp(PyplaneMainWindow):
settings GUI logic (listview elements, variable description, etc)
"""

__PYPLANE_VERSION = "2.0"
__PYPLANE_DATE = "2021-09-21"
__PYPLANE_VERSION = "2.0.1"
__PYPLANE_DATE = "2021-11-15"

def __init__(self):
# superclass constructor
Expand Down

0 comments on commit 85a4df2

Please sign in to comment.