Skip to content

Commit

Permalink
release: v0.0.1a15.dev20240804
Browse files Browse the repository at this point in the history
Signed-off-by: William Moreno <williamjmorenor@gmail.com>
  • Loading branch information
williamjmorenor authored Aug 4, 2024
1 parent c76f370 commit 4e60ebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions now_lms/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@

# <--------------------------------------------------------------------------> #
# Pre release data.
PRERELEASE = "a14"
PRERELEASE = "a15"
REVISION = datetime.today().strftime("%Y%m%d")

# <--------------------------------------------------------------------------> #
# Release string
# Refences:
# - https://peps.python.org/pep-0440/
# 0.0.1a14.dev20240302
# 0.0.1a15.dev20240804
if PRERELEASE:
VERSION = MAYOR + "." + MENOR + "." + PATCH + PRERELEASE + ".dev" + REVISION
else:
Expand Down

0 comments on commit 4e60ebf

Please sign in to comment.