diff --git a/CHANGELOG.md b/CHANGELOG.md index 377aaab..5d74e17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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). +## [1.3.1] - 2020-10-06 +### Changed +- Fix issue with requirements.txt caused by poetry's export + ## [1.3.0] - 2020-10-06 ### Changed - Minor refactoring of indexer diff --git a/dspace_statistics_api/docs/index.html b/dspace_statistics_api/docs/index.html index c2633c0..5628832 100644 --- a/dspace_statistics_api/docs/index.html +++ b/dspace_statistics_api/docs/index.html @@ -2,7 +2,7 @@ - DSpace Statistics API v1.3.0 + DSpace Statistics API v1.3.1

DSpace Statistics API

diff --git a/pyproject.toml b/pyproject.toml index 6452ae7..95f3ee6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dspace-statistics-api" -version = "1.3.0" +version = "1.3.1" description = "A simple REST API to expose Solr view and download statistics for items in a DSpace repository." authors = ["Alan Orth "] license = "GPL-3.0-only"