Skip to content

Commit

Permalink
Incremented version numbers and updated release history to reflect ch…
Browse files Browse the repository at this point in the history
…anges for v.0.3.1.
  • Loading branch information
cmodzelewski-ms committed Nov 28, 2018
1 parent 0ad322b commit 8df40b5
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 10 deletions.
30 changes: 30 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
-----------

Release 0.3.1
=========================================

.. image:: https://travis-ci.org/insightindustry/sqlathanor.svg?branch=v.0.3.1
:target: https://travis-ci.org/insightindustry/sqlathanor
:alt: Build Status (Travis CI)

.. image:: https://codecov.io/gh/insightindustry/sqlathanor/branch/v.0.3.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.3.1
:target: http://sqlathanor.readthedocs.io/en/latest/?badge=v.0.3.1
:alt: Documentation Status (ReadTheDocs)

Bug Fixes
-----------------

* #58: Fixed problem where ``None`` values are mistakenly serialized to empty lists.
* #57: Fixed problem where ``on_serialize`` functions were ignored for relationships.
* #56: Fixed problem where relationships were not properly deserialized.

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

* #26: Added Python 3.7 to test matrix.
* Removed some unnecessary print statements.

-----------

Release 0.3.0
=========================================

Expand Down
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ SQLAthanor
:target: http://sqlathanor.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status (ReadTheDocs)

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

.. image:: https://codecov.io/gh/insightindustry/sqlathanor/branch/v.0.3.0/graph/badge.svg
.. image:: https://codecov.io/gh/insightindustry/sqlathanor/branch/v.0.3.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.3.0
.. image:: https://readthedocs.org/projects/sqlathanor/badge/?version=v.0.3.1
:target: http://sqlathanor.readthedocs.io/en/latest/?badge=v.0.3.0
:alt: Documentation Status (ReadTheDocs)

Expand Down
10 changes: 5 additions & 5 deletions docs/_unit_tests_code_coverage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
:target: http://sqlathanor.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status (ReadTheDocs)

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

.. image:: https://codecov.io/gh/insightindustry/sqlathanor/branch/v.0.3.0/graph/badge.svg
.. image:: https://codecov.io/gh/insightindustry/sqlathanor/branch/v.0.3.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.3.0
:target: http://sqlathanor.readthedocs.io/en/latest/?badge=v.0.3.0
.. image:: https://readthedocs.org/projects/sqlathanor/badge/?version=v.0.3.1
:target: http://sqlathanor.readthedocs.io/en/latest/?badge=v.0.3.1
:alt: Documentation Status (ReadTheDocs)

* - `v.0.2 <https://github.com/insightindustry/sqlathanor/tree/v.0.2.2>`_
Expand Down
2 changes: 1 addition & 1 deletion sqlathanor/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '0.3.0'
__version__ = '0.3.1'

0 comments on commit 8df40b5

Please sign in to comment.