Skip to content

Commit

Permalink
update version number to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mpvanderschelling committed Aug 5, 2024
1 parent 5174da7 commit 774ac28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.2
1.5.3
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
project = 'f3dasm'
author = 'Martin van der Schelling'
copyright = '2024, Martin van der Schelling'
version = '1.5.2'
release = '1.5.2'
version = '1.5.3'
release = '1.5.3'


# -- General configuration ----------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/f3dasm/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__: str = "1.5.2"
__version__: str = "1.5.3"

0 comments on commit 774ac28

Please sign in to comment.