File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Requires Python >= 3.7.
2121
2222``` bash
2323# Install / Update to specific version
24- python3 -m pip install git+https://git@github.com/ping/odmpy.git@0.7.1 --upgrade
24+ python3 -m pip install git+https://git@github.com/ping/odmpy.git@0.7.2 --upgrade
2525
2626# Install / Update from latest source
2727python3 -m pip install git+https://git@github.com/ping/odmpy.git --upgrade --force-reinstall
@@ -74,7 +74,7 @@ Available commands:
7474 libbyreturn Return loans via Libby.
7575 libbyrenew Renew loans via Libby.
7676
77- Version 0.7.1 . [Python 3.10.6-darwin] Source at https://github.com/ping/odmpy
77+ Version 0.7.2 . [Python 3.10.6-darwin] Source at https://github.com/ping/odmpy
7878```
7979
8080### Download via Libby
Original file line number Diff line number Diff line change 6868requests_logger .setLevel (logging .ERROR )
6969requests_logger .propagate = True
7070
71- __version__ = "0.7.1 " # also update ../setup.py
71+ __version__ = "0.7.2 " # also update ../setup.py
7272TAGS_ENDPOINT = "https://api.github.com/repos/ping/odmpy/tags"
7373REPOSITORY_URL = "https://github.com/ping/odmpy"
7474
Original file line number Diff line number Diff line change 2121
2222__author__ = "ping"
2323__url__ = "https://github.com/ping/odmpy/"
24- __version__ = "0.7.1 " # also update odmpy/odm.py
24+ __version__ = "0.7.2 " # also update odmpy/odm.py
2525
2626
2727__long_description__ = """
You can’t perform that action at this time.
0 commit comments