Skip to content

Commit dda4771

Browse files
committed
Bump version
1 parent 6313177 commit dda4771

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

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.5 - 2025-04-02
810
### Changed
911
- Use uv instead of poetry to manage the project and dependencies

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",
4+
"version": "1.4.6-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
[project]
22
name = "dspace-statistics-api"
3-
version = "1.4.5"
3+
version = "1.4.6-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 = [
66
{ name = "Alan Orth", email = "[email protected]" }

0 commit comments

Comments
 (0)