Bump version to 1.4.0-dev

This commit is contained in:
Alan Orth 2020-12-22 11:31:46 +02:00
parent 8f0061ce29
commit 6bbee7919e
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<title>DSpace Statistics API</title>
</head>
<body>
<h1>DSpace Statistics API v1.3.2</h1>
<h1>DSpace Statistics API v1.4.0-dev</h1>
<p>This site is running the <a href="https://github.com/ilri/dspace-statistics-api" title="DSpace Statistics API project">DSpace Statistics API</a>. The following endpoints are available:</p>
<ul>
<li>GET <code>/</code>return a basic API documentation page.</li>

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "dspace-statistics-api"
version = "1.3.2"
version = "1.4.0-dev"
description = "A simple REST API to expose Solr view and download statistics for items in a DSpace repository."
authors = ["Alan Orth <aorth@mjanja.ch>"]
license = "GPL-3.0-only"