File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 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
516Date: 2024-06-11
Original file line number Diff line number Diff line change 11#! /bin/bash
22python 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
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "dspace-rest-client" ,
8- version = "0.1.11 " ,
8+ version = "0.1.12 " ,
99 author = "Kim Shepherd" ,
10101111 description = "A DSpace 7 REST API client library" ,
You can’t perform that action at this time.
0 commit comments