Skip to content

Commit

Permalink
Updated documentation and version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
insightindustry committed Dec 31, 2019
1 parent 5692dcc commit 7abb49b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Expand Up @@ -27,7 +27,13 @@ Bug Fixes
converted to a ``timedelta`` (if it is a complete / proper datetime with both
a time and date value), the default deserializer will then revert to returning
a ``datetime.datetime`` object.
* #82: Revised the minimum version needed for the Validator Collection library
to resolve a bug in iterable serialization/deserialization.

Other Changes
------------------

* #84: Added Python 3.8 to test matrix.

-----------

Expand Down
12 changes: 6 additions & 6 deletions README.rst
Expand Up @@ -29,18 +29,18 @@ SQLAthanor
:target: http://sqlathanor.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status (ReadTheDocs)

* - `v.0.5 <https://github.com/insightindustry/sqlathanor/tree/v.0.5.0>`_
* - `v.0.5 <https://github.com/insightindustry/sqlathanor/tree/v.0.5.1>`_
-
.. image:: https://travis-ci.org/insightindustry/sqlathanor.svg?branch=v.0.5.0
.. image:: https://travis-ci.org/insightindustry/sqlathanor.svg?branch=v.0.5.1
:target: https://travis-ci.org/insightindustry/sqlathanor
:alt: Build Status (Travis CI)

.. image:: https://codecov.io/gh/insightindustry/sqlathanor/branch/v.0.5.0/graph/badge.svg
.. image:: https://codecov.io/gh/insightindustry/sqlathanor/branch/v.0.5.1/graph/badge.svg
:target: https://codecov.io/gh/insightindustry/sqlathanor
:alt: Code Coverage Status (Codecov)

.. image:: https://readthedocs.org/projects/sqlathanor/badge/?version=v.0.5.0
:target: http://sqlathanor.readthedocs.io/en/latest/?badge=v.0.5.0
.. image:: https://readthedocs.org/projects/sqlathanor/badge/?version=v.0.5.1
:target: http://sqlathanor.readthedocs.io/en/latest/?badge=v.0.5.1
:alt: Documentation Status (ReadTheDocs)

* - `v.0.4 <https://github.com/insightindustry/sqlathanor/tree/v.0.4.0>`_
Expand Down Expand Up @@ -124,7 +124,7 @@ easy-to-use record serialization/de-serialization with support for:

The library works as a drop-in extension - change one line of existing code, and
it should just work. Furthermore, it has been extensively tested on Python 2.7,
3.4, 3.5, 3.6, and 3.7 using `SQLAlchemy <http://www.sqlalchemy.org>`_ 0.9 and higher.
3.4, 3.5, 3.6, 3.7, and 3.8 using `SQLAlchemy <http://www.sqlalchemy.org>`_ 0.9 and higher.

**COMPLETE DOCUMENTATION:** http://sqlathanor.readthedocs.org/en/latest/index.html

Expand Down
4 changes: 2 additions & 2 deletions docs/_unit_tests_code_coverage.rst
Expand Up @@ -18,9 +18,9 @@
:target: http://sqlathanor.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status (ReadTheDocs)

* - `v.0.5 <https://github.com/insightindustry/sqlathanor/tree/v.0.5.0>`_
* - `v.0.5 <https://github.com/insightindustry/sqlathanor/tree/v.0.5.1>`_
-
.. image:: https://travis-ci.org/insightindustry/sqlathanor.svg?branch=v.0.5.0
.. image:: https://travis-ci.org/insightindustry/sqlathanor.svg?branch=v.0.5.1
:target: https://travis-ci.org/insightindustry/sqlathanor
:alt: Build Status (Travis CI)

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -63,7 +63,7 @@ easy-to-use record :term:`serialization`/:term:`de-serialization` with support f

The library works as a :term:`drop-in extension <drop-in replacement>` - change
one line of existing code, and it should just work. Furthermore, it has been
extensively tested on Python 2.7, 3.4, 3.5, 3.6, and 3.7 using `SQLAlchemy`_ 0.9 and
extensively tested on Python 2.7, 3.4, 3.5, 3.6, 3.7, and 3.8 using `SQLAlchemy`_ 0.9 and
higher.

.. contents::
Expand Down
2 changes: 1 addition & 1 deletion sqlathanor/__version__.py
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '0.5.0'
__version__ = '0.5.1'

0 comments on commit 7abb49b

Please sign in to comment.