Bump version to 1.3.0

This commit is contained in:
Alan Orth 2020-10-06 21:33:38 +03:00
parent 4958d5d2e9
commit 4e9064329d
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
## [1.3.0] - 2020-10-06
### Changed
- Minor refactoring of indexer

View File

@ -2,7 +2,7 @@
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>DSpace Statistics API</title>
<title>DSpace Statistics API v1.3.0</title>
</head>
<body>
<h1>DSpace Statistics API</h1>

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "dspace-statistics-api"
version = "1.2.1"
version = "1.3.0"
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"