We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6524ad commit 5834744Copy full SHA for 5834744
docs/doxygen/Doxyfile
@@ -48,7 +48,7 @@ PROJECT_NAME = SimuNEX
48
# could be handy for archiving the generated documentation or if some version
49
# control system is used.
50
51
-PROJECT_NUMBER = 0.5.2
+PROJECT_NUMBER = 0.5.3
52
53
# Using the PROJECT_BRIEF tag one can provide an optional one line description
54
# for a project that appears at the top of each page and should give viewer a
docs/sphinx/source/conf.py
@@ -16,7 +16,7 @@
16
running_in_docker = os.getenv('RUNNING_IN_DOCKER') == 'true'
17
18
# Extract the version number and assign it to 'release'
19
-release = '0.5.2'
+release = '0.5.3'
20
21
# The short X.Y version
22
version = '0.5'
0 commit comments