Skip to content

Commit 6313177

Browse files
committed
Version 1.4.5
1 parent fb5df25 commit 6313177

5 files changed

Lines changed: 5 additions & 5 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.4.5 - 2025-04-02
88
### Changed
99
- Use uv instead of poetry to manage the project and dependencies
1010
- Update recommended Python version to 3.9+

dspace_statistics_api/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
# the vanilla DSpace REST API.
1919
DSPACE_STATISTICS_API_URL = os.environ.get("DSPACE_STATISTICS_API_URL", "")
2020

21-
VERSION = "1.4.5-dev"
21+
VERSION = "1.4.5"
2222

2323
# vim: set sw=4 ts=4 expandtab:

dspace_statistics_api/docs/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.0.3",
33
"info": {
4-
"version": "1.4.5-dev",
4+
"version": "1.4.5",
55
"title": "DSpace Statistics API",
66
"description": "A [Falcon-based](https://falcon.readthedocs.io/) web application to make DSpace's item, community, and collection statistics available via a simple REST API. This Swagger interface is powered by [falcon-swagger-ui](https://github.com/rdidyk/falcon-swagger-ui).",
77
"license": {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dspace-statistics-api"
3-
version = "1.4.5-dev"
3+
version = "1.4.5"
44
description = "A simple REST API to expose Solr view and download statistics for items, communities, and collections in a DSpace repository."
55
authors = [
66
{ name = "Alan Orth", email = "git@mjanja.mozmail.com" }

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)