From 8929306c642998e8c1685df621294f2244bb573a Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Mon, 20 Feb 2023 15:37:19 -0800 Subject: [PATCH] since todays date --- Makefile | 2 +- src/ytdl_sub/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index eeb030c7..18d08aab 100644 --- a/Makefile +++ b/Makefile @@ -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- diff --git a/src/ytdl_sub/__init__.py b/src/ytdl_sub/__init__.py index e2f17762..7970838f 100644 --- a/src/ytdl_sub/__init__.py +++ b/src/ytdl_sub/__init__.py @@ -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"