Skip to content

Commit

Permalink
Bumped version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwinkler committed May 25, 2022
1 parent c977eba commit f4cbf67
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.1"
!define PRODUCT_VERSION "2.0.2"
!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.1"
__PYPLANE_DATE = "2021-11-15"
__PYPLANE_VERSION = "2.0.2"
__PYPLANE_DATE = "2022-05-25"

def __init__(self):
# superclass constructor
Expand Down

0 comments on commit f4cbf67

Please sign in to comment.