1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-05-19 11:02:18 +02:00

Prepare for next development version

Start development on 1.4.5-dev.
This commit is contained in:
2024-09-11 15:55:53 +03:00
parent f3421e595c
commit 8196d28e88
4 changed files with 5 additions and 3 deletions

@ -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.4"
VERSION = "1.4.5-dev"
# vim: set sw=4 ts=4 expandtab: