Skip to content

Commit

Permalink
init v3.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
xlcnd committed Jul 7, 2014
1 parent d574431 commit c74342a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ v3.3.4, 2014-06-16 -- Fix small bug with wheel package (based in `isbntools 3.3.
v3.3.5, 2014-06-22 -- Fix bug in 'notisbn' (based in `isbntools 3.3.4)`.
v3.3.6, 2014-06-30 -- Small improvements and optional ShelveCache.
v3.3.7, 2014-07-07 -- Fix issue #2, better debug logging and expose top exceptions.
v3.3.8, 2014-07-15 -- TENTATIVE
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
:target: https://pypi.python.org/pypi/isbnlib/
:alt: License

.. image:: https://coveralls.io/repos/xlcnd/isbnlib/badge.png?branch=v3.3.7
:target: https://coveralls.io/r/xlcnd/isbnlib?branch=v3.3.7
.. image:: https://coveralls.io/repos/xlcnd/isbnlib/badge.png?branch=v3.3.8
:target: https://coveralls.io/r/xlcnd/isbnlib?branch=v3.3.8
:alt: Coverage

.. image:: https://travis-ci.org/xlcnd/isbnlib.svg?branch=v3.3.7
.. image:: https://travis-ci.org/xlcnd/isbnlib.svg?branch=v3.3.8
:target: https://travis-ci.org/xlcnd/isbnlib
:alt: Built Status

Expand Down
2 changes: 1 addition & 1 deletion isbnlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'NotRecognizedServiceError', 'NotValidISBNError',
'PluginNotLoadedError')

__version__ = '3.3.7' # <-- literal IDs
__version__ = '3.3.8' # <-- literal IDs
__support__ = 'py26, py27, py33, py34, pypy' # <-- literal IDs

import logging as _logging
Expand Down

0 comments on commit c74342a

Please sign in to comment.