Skip to content

Commit

Permalink
RC 1
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Jan 17, 2023
1 parent 308b04b commit 9cc561e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsmrreader/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from django.utils.version import get_version

VERSION = (5, 10, 0, "final", 0)
VERSION = (5, 10, 0, "rc", 1)

__version__ = get_version(VERSION)

0 comments on commit 9cc561e

Please sign in to comment.