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

Move unreleased change to v1.4.0

This commit is contained in:
2020-12-27 12:52:24 +02:00
parent 05e0e8bdca
commit 282d5f644a
3 changed files with 3 additions and 3 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-dev"
VERSION = "1.4.0"
# vim: set sw=4 ts=4 expandtab: