Skip to content

Commit 77a76b3

Browse files
committed
Prepare release 0.1.11
1 parent d384619 commit 77a76b3

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
### 0.1.11
4+
5+
Date: 2024-06-11
6+
7+
PyPI release page: https://pypi.org/project/dspace-rest-client/0.1.11/
8+
9+
**Changes**
10+
11+
1. Small changes to maintenance docs and publish script
12+
2. Correct required packages in `requirements.txt` and `setup.py` as per https://github.com/the-library-code/dspace-rest-python/issues/16 (reported by @alanorth)
13+
314
### 0.1.10
415

516
Date: 2024-04-04

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="dspace-rest-client",
8-
version="0.1.10",
8+
version="0.1.11",
99
author="Kim Shepherd",
1010
author_email="[email protected]",
1111
description="A DSpace 7 REST API client library",

0 commit comments

Comments
 (0)