File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ You must already have [Python](https://wiki.python.org/moin/BeginnersGuide/Downl
2727
2828``` bash
2929# Install / Update to specific version
30- python3 -m pip install git+https://git@github.com/ping/odmpy.git@0.7.7 --upgrade
30+ python3 -m pip install git+https://git@github.com/ping/odmpy.git@0.7.8 --upgrade
3131
3232# Install / Update from latest source
3333python3 -m pip install git+https://git@github.com/ping/odmpy.git --upgrade --force-reinstall
@@ -80,7 +80,7 @@ Available commands:
8080 ret Return an audiobook loan file (odm).
8181 info Get information about an audiobook loan file (odm).
8282
83- Version 0.7.7 . [Python 3.10.6-darwin] Source at https://github.com/ping/odmpy
83+ Version 0.7.8 . [Python 3.10.6-darwin] Source at https://github.com/ping/odmpy
8484```
8585
8686### Download via Libby
Original file line number Diff line number Diff line change 6767requests_logger .setLevel (logging .ERROR )
6868requests_logger .propagate = True
6969
70- __version__ = "0.7.7 " # also update ../setup.py
70+ __version__ = "0.7.8 " # also update ../setup.py
7171TAGS_ENDPOINT = "https://api.github.com/repos/ping/odmpy/tags"
7272REPOSITORY_URL = "https://github.com/ping/odmpy"
7373
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.7 " # also update odmpy/odm.py
24+ __version__ = "0.7.8 " # also update odmpy/odm.py
2525
2626
2727__long_description__ = """
You can’t perform that action at this time.
0 commit comments