Skip to content

Commit

Permalink
Move to calendar versioning.
Browse files Browse the repository at this point in the history
See https://calver.org/

Format is YYYY.MM.MICRO.
  • Loading branch information
mnot committed Sep 16, 2023
1 parent 8de952f commit b5dff28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redbot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This is the Resource Expert Droid.
"""

__version__ = "1.5"
__version__ = "2023.09.1"
__author__ = "Mark Nottingham <mnot@mnot.net>"
__copyright__ = """\
Copyright (c) 2008- Mark Nottingham
Expand Down

0 comments on commit b5dff28

Please sign in to comment.