Skip to content

Commit 8196d28

Browse files
committed
Prepare for next development version
Start development on 1.4.5-dev.
1 parent f3421e5 commit 8196d28

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ 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
8+
79
## 1.4.4 - 2024-09-11
810
### Changed
911
- Update recommended Python version to 3.8+

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.4"
21+
VERSION = "1.4.5-dev"
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.4",
4+
"version": "1.4.5-dev",
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
[tool.poetry]
22
name = "dspace-statistics-api"
3-
version = "1.4.4"
3+
version = "1.4.5-dev"
44
description = "A simple REST API to expose Solr view and download statistics for items, communities, and collections in a DSpace repository."
55
authors = ["Alan Orth <aorth@mjanja.ch>"]
66
license = "GPL-3.0-only"

0 commit comments

Comments
 (0)