since todays date
This commit is contained in:
parent
fb7185d57b
commit
8929306c64
2 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
|
@ -1,6 +1,6 @@
|
||||||
# Get version related variables
|
# Get version related variables
|
||||||
export DATE=$(shell date +'%Y.%m.%d')
|
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)
|
export COMMIT_HASH=$(shell git rev-parse --short HEAD)
|
||||||
|
|
||||||
# Set Local version to YYYY.MM.DD-<hash>
|
# Set Local version to YYYY.MM.DD-<hash>
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
__pypi_version__ = "2023.02.20"
|
__pypi_version__ = "2023.02.20.post10"
|
||||||
__local_version__ = "2023.02.20+2231bd4"
|
__local_version__ = "2023.02.20+fb7185d"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue