Skip to content

Commit

Permalink
init v3.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
xlcnd committed Dec 31, 2020
1 parent e25e3d0 commit 5781898
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.10.5.{build}'
version: '3.10.6.{build}'
branches:
only:
- /v3.10.5/
- /v3.10.6/
- dev
cache:
- '%LOCALAPPDATA%\pip\Cache'
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: false
language: python
branches:
only:
- v3.10.5
- v3.10.6
- master
- dev

Expand Down
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@ v3.10.2, 2020-05-26 -- Fix 'goob' and 'wiki' quirks (issue #64 and #65).
v3.10.3, 2020-05-27 -- Delete a (quick debug) print statement.
v3.10.4, 2020-11-17 -- Add 'Isbn' and fix #67.
v3.10.5, 2020-12-31 -- Fix 'csv' and updated data.
v3.10.6, 2020-12-31 -- TENTATIVE
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
:target: https://github.com/xlcnd/isbnlib/actions
:alt: Built Status

.. image:: https://img.shields.io/travis/xlcnd/isbnlib/v3.10.5?label=travis&svg=true&style=flat
.. image:: https://img.shields.io/travis/xlcnd/isbnlib/v3.10.6?label=travis&svg=true&style=flat
:target: https://travis-ci.org/xlcnd/isbnlib
:alt: Built Status

.. image:: https://ci.appveyor.com/api/projects/status/github/xlcnd/isbnlib?branch=v3.10.5&svg=true
.. image:: https://ci.appveyor.com/api/projects/status/github/xlcnd/isbnlib?branch=v3.10.6&svg=true
:target: https://ci.appveyor.com/project/xlcnd/isbnlib
:alt: Windows Built Status

Expand Down
4 changes: 2 additions & 2 deletions docs/code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ Status
:target: https://coveralls.io/github/xlcnd/isbnlib?branch=master
:alt: Coverage Status

.. image:: https://img.shields.io/travis/xlcnd/isbnlib/v3.10.5?label=travis&svg=true&style=flat
.. image:: https://img.shields.io/travis/xlcnd/isbnlib/v3.10.6?label=travis&svg=true&style=flat
:target: https://travis-ci.org/xlcnd/isbnlib
:alt: Built Status

.. image:: https://ci.appveyor.com/api/projects/status/github/xlcnd/isbnlib?branch=v3.10.5&svg=true
.. image:: https://ci.appveyor.com/api/projects/status/github/xlcnd/isbnlib?branch=v3.10.6&svg=true
:target: https://ci.appveyor.com/project/xlcnd/isbnlib
:alt: Windows Built Status

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
# built documents.
#
# The short X.Y version.
version = '3.10'
version = '3.10.6'
# The full version, including alpha/beta/rc tags.
release = '3.10.5'
release = '3.10.6.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ or:

.. code-block:: bash
$ pip install isbnlib-3.10.5.tar.gz
$ pip install isbnlib-3.10.6.tar.gz
(first you have to download the file!)

Expand Down
2 changes: 1 addition & 1 deletion isbnlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,5 @@
'__version__',
)

__version__ = '3.10.5'
__version__ = '3.10.6'
__support__ = 'py27, py35, py36, py37, py38, pypy, pypy3'

0 comments on commit 5781898

Please sign in to comment.