since todays date

This commit is contained in:
Jesse Bannon 2023-02-20 15:37:19 -08:00
parent fb7185d57b
commit 8929306c64
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# Get version related variables
export DATE=$(shell date +'%Y.%m.%d')
export DATE_COMMIT_COUNT=$(shell git rev-list --count HEAD --since=1.day)
export DATE_COMMIT_COUNT=$(shell git rev-list --count HEAD --since="$(DATE) 00:00:00")
export COMMIT_HASH=$(shell git rev-parse --short HEAD)
# Set Local version to YYYY.MM.DD-<hash>

View file

@ -1,2 +1,2 @@
__pypi_version__ = "2023.02.20"
__local_version__ = "2023.02.20+2231bd4"
__pypi_version__ = "2023.02.20.post10"
__local_version__ = "2023.02.20+fb7185d"