Skip to content

Commit

Permalink
release: v0.6.18
Browse files Browse the repository at this point in the history
Co-Authored-by: Lauren-D <[email protected]>
  • Loading branch information
lauren-d committed Dec 16, 2022
1 parent d9ca44a commit 5e66053
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@

Changes
=======
Version 0.6.18 (released 2022-12-16)

**Implemented enhancements:**

* Implements fee paid action.

**Bug fix:**

* Fixes readthedoc compilation.

**Minor change:**

* Adds more documentation.

Version 0.6.17 (released 2022-11-07)

**Minor change:**
Expand Down
10 changes: 9 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
.. image:: https://img.shields.io/github/license/inveniosoftware-contrib/invenio-sip2.svg
:target: https://github.com/inveniosoftware-contrib/invenio-sip2/blob/master/LICENSE

Invenio module that add a SIP2 communication for library self-check service
Invenio module that add a SIP2 interface between a library’s Automated
Circulation System and library automation devices.

This project is in work in progress. Some features may not yet be implemented.

Expand All @@ -39,8 +40,15 @@ https://invenio-sip2.readthedocs.io/

Implemented SIP2 Features
=========================
- Login
- Selfcheck Status
- Request Resend
- Patron Status
- Patron Enable
- End Patron Session
- Patron Information
- Item Information
- Checkout
- Checkin
- Renew
- Fee Paid
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# The short X.Y version.

# The full version, including alpha/beta/rc tags.
release = '0.6.17'
release = '0.6.18'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
3 changes: 2 additions & 1 deletion invenio_sip2/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Use `SIP2_DATASTORE_HANDLER` to define your custom datastore.
Provided adaptor by invenio-sip2 is:
Provided datastore by invenio-sip2 is:
:class: `invenio_sip2.datastore:Sip2RedisDatastore`
Remote action handlers
Expand Down Expand Up @@ -80,6 +80,7 @@
- ``hold`` - Import path to hold item callback handler.
- ``renew`` - Import path to renew item callback handler.
- ``renew_all`` - Import path to renew_all items callback handler.
- ``fee_paid_handler`` - Import path to fee paid callback handler.``
.. code-block:: python
Expand Down
2 changes: 1 addition & 1 deletion invenio_sip2/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

"""Version information for Invenio-SIP2."""

__version__ = '0.6.17'
__version__ = '0.6.18'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "invenio-sip2"
version = "0.6.17"
version = "0.6.18"
description = "Invenio module that add a SIP2 communication for library self-check service"
readme = "README.rst"
authors = ["Laurent Dubois <[email protected]>"]
Expand Down

0 comments on commit 5e66053

Please sign in to comment.