Skip to content

Commit

Permalink
Releases 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PTNobel committed Aug 17, 2024
1 parent 38fea97 commit 70aef4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/versioning.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
MAJOR = 1
MINOR = 5
MICRO = 3
IS_RELEASED = False
IS_RELEASED = True
IS_RELEASE_BRANCH = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

Expand Down

0 comments on commit 70aef4d

Please sign in to comment.