Skip to content

Commit d1b0db2

Browse files
committed
require isbnlib-3.10.9+
1 parent e9e829f commit d1b0db2

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ v4.3.24, 2020-12-31 -- Check pypi services response.
100100
v4.3.25, 2021-01-26 -- Fix py27 issues and close issue #106.
101101
v4.3.26, 2021-04-13 -- Improved speed with isbnlib-3.10.7.
102102
v4.3.27, 2021-04-13 -- Fix 'deleted imports'.
103-
v4.3.28, 2021-04-13 -- TENTATIVE
103+
v4.3.28, 2021-04-13 -- Use isbnlib-3.10.9+ to reflect changes in external services.

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Following is a typical session:
200200
thumbnail: http://books.google.com/books/content?id=PVVyuD1UY1wC&printsec=frontcover&img=1&zoom=1
201201
smallThumbnail: http://books.google.com/books/content?id=PVVyuD1UY1wC&printsec=frontcover&img=1&zoom=5
202202
$ isbn> PROVIDERS
203-
bnf dnb goob kb loc mcues openl porbase wiki
203+
bnf dnb goob kb loc mcues openl porbase wiki
204204
$ isbn> exit
205205
bye
206206

release.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
## What's new?
44

5-
1. TENTATIVE...
5+
1. Use isbnlib-3.10.9+ to reflect changes in external services.
6+
2. Update docs.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
isbnlib>=3.10.7,<3.11.0
1+
isbnlib>=3.10.9,<3.11.0

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
'Programming Language :: Python :: 3.6',
6060
'Programming Language :: Python :: 3.7',
6161
'Programming Language :: Python :: 3.8',
62+
'Programming Language :: Python :: 3.9',
6263
'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)',
6364
'Operating System :: OS Independent',
6465
'Development Status :: 5 - Production/Stable',
@@ -104,7 +105,7 @@
104105
]
105106
},
106107
data_files=[('isbntools', ['isbntools/isbntools.conf'])],
107-
install_requires=['isbnlib>=3.10.7,<3.11.0'],
108+
install_requires=['isbnlib>=3.10.9,<3.11.0'],
108109
description=
109110
"app and framework for 'all things ISBN' (International Standard Book Number) including metadata, descriptions, covers... .",
110111
long_description=open('README.rst').read(),

0 commit comments

Comments
 (0)