Skip to content

Commit 4e90643

Browse files
committed
Bump version to 1.3.0
1 parent 4958d5d commit 4e90643

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
7+
## [1.3.0] - 2020-10-06
88
### Changed
99
- Minor refactoring of indexer
1010

dspace_statistics_api/docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en-US">
33
<head>
44
<meta charset="UTF-8">
5-
<title>DSpace Statistics API</title>
5+
<title>DSpace Statistics API v1.3.0</title>
66
</head>
77
<body>
88
<h1>DSpace Statistics API</h1>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dspace-statistics-api"
3-
version = "1.2.1"
3+
version = "1.3.0"
44
description = "A simple REST API to expose Solr view and download statistics for items in a DSpace repository."
55
authors = ["Alan Orth <aorth@mjanja.ch>"]
66
license = "GPL-3.0-only"

0 commit comments

Comments
 (0)