We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0d9587 commit f3fd603Copy full SHA for f3fd603
nodezator/appinfo.py
@@ -20,7 +20,7 @@
20
21
AppVersion = namedtuple("AppVersion", "major minor micro release_level")
22
23
-APP_VERSION = AppVersion(1, 5, 3, "release_candidate")
+APP_VERSION = AppVersion(1, 5, 4, "release_candidate")
24
25
MINIMAL_VERSION_STRING = '.'.join(map(str, APP_VERSION[:3]))
26
0 commit comments