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

Version 1.4.1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-01-14 14:19:50 +02:00
parent a282c95933
commit 80a11ead97
4 changed files with 7 additions and 4 deletions

View File

@ -16,6 +16,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.0"
VERSION = "1.4.1"
# vim: set sw=4 ts=4 expandtab: