1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-05-09 14:46:01 +02:00

Bump version to v1.4.6-dev

This commit is contained in:
2025-04-02 10:18:08 +03:00
parent 6313177b4b
commit 7b8ff7c02f
4 changed files with 5 additions and 3 deletions

View File

@ -18,6 +18,6 @@ DATABASE_PORT = os.environ.get("DATABASE_PORT", "5432")
# the vanilla DSpace REST API.
DSPACE_STATISTICS_API_URL = os.environ.get("DSPACE_STATISTICS_API_URL", "")
VERSION = "1.4.5"
VERSION = "1.4.6-dev"
# vim: set sw=4 ts=4 expandtab: