Skip to content

Commit 3167038

Browse files
committed
Prepare release 0.1.12
1 parent 5427db1 commit 3167038

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
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.12
4+
5+
Date: 2024-08-06
6+
7+
PyPI release page: https://pypi.org/project/dspace-rest-client/0.1.12/
8+
9+
**Changes**
10+
11+
1. Initialise search result objects as `SimpleDSpaceObject` rather than base `DSpaceObject` class
12+
2. Introduce / tidy new `SearchResult` model as work towards https://github.com/the-library-code/dspace-rest-python/issues/17
13+
314
### 0.1.11
415

516
Date: 2024-06-11

publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22
python setup.py bdist_wheel
3-
twine upload --repository dspace-rest-client dist/dspace_rest_client-0.1.11-py3-none-any.whl
3+
twine upload --repository dspace-rest-client dist/dspace_rest_client-0.1.12-py3-none-any.whl

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.11",
8+
version="0.1.12",
99
author="Kim Shepherd",
1010
author_email="[email protected]",
1111
description="A DSpace 7 REST API client library",

0 commit comments

Comments
 (0)