mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-22 14:25:01 +01:00
Version 1.3.1
This commit is contained in:
parent
4c59469055
commit
899a79b2e7
@ -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/),
|
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).
|
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
|
## [1.3.0] - 2020-10-06
|
||||||
### Changed
|
### Changed
|
||||||
- Minor refactoring of indexer
|
- Minor refactoring of indexer
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html lang="en-US">
|
<html lang="en-US">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>DSpace Statistics API v1.3.0</title>
|
<title>DSpace Statistics API v1.3.1</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>DSpace Statistics API</h1>
|
<h1>DSpace Statistics API</h1>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "dspace-statistics-api"
|
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."
|
description = "A simple REST API to expose Solr view and download statistics for items in a DSpace repository."
|
||||||
authors = ["Alan Orth <aorth@mjanja.ch>"]
|
authors = ["Alan Orth <aorth@mjanja.ch>"]
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
|
Loading…
Reference in New Issue
Block a user