Skip to content

Commit

Permalink
require isbnlib-3.10.9+
Browse files Browse the repository at this point in the history
  • Loading branch information
xlcnd committed Nov 7, 2021
1 parent e9e829f commit d1b0db2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ v4.3.24, 2020-12-31 -- Check pypi services response.
v4.3.25, 2021-01-26 -- Fix py27 issues and close issue #106.
v4.3.26, 2021-04-13 -- Improved speed with isbnlib-3.10.7.
v4.3.27, 2021-04-13 -- Fix 'deleted imports'.
v4.3.28, 2021-04-13 -- TENTATIVE
v4.3.28, 2021-04-13 -- Use isbnlib-3.10.9+ to reflect changes in external services.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ Following is a typical session:
thumbnail: http://books.google.com/books/content?id=PVVyuD1UY1wC&printsec=frontcover&img=1&zoom=1
smallThumbnail: http://books.google.com/books/content?id=PVVyuD1UY1wC&printsec=frontcover&img=1&zoom=5
$ isbn> PROVIDERS
bnf dnb goob kb loc mcues openl porbase wiki
bnf dnb goob kb loc mcues openl porbase wiki
$ isbn> exit
bye
Expand Down
3 changes: 2 additions & 1 deletion release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

## What's new?

1. TENTATIVE...
1. Use isbnlib-3.10.9+ to reflect changes in external services.
2. Update docs.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
isbnlib>=3.10.7,<3.11.0
isbnlib>=3.10.9,<3.11.0
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)',
'Operating System :: OS Independent',
'Development Status :: 5 - Production/Stable',
Expand Down Expand Up @@ -104,7 +105,7 @@
]
},
data_files=[('isbntools', ['isbntools/isbntools.conf'])],
install_requires=['isbnlib>=3.10.7,<3.11.0'],
install_requires=['isbnlib>=3.10.9,<3.11.0'],
description=
"app and framework for 'all things ISBN' (International Standard Book Number) including metadata, descriptions, covers... .",
long_description=open('README.rst').read(),
Expand Down

0 comments on commit d1b0db2

Please sign in to comment.