Skip to content

Commit

Permalink
Incremented version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmodzelewski-ms committed Jan 21, 2019
1 parent 580f604 commit 00262d7
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 2 deletions.
36 changes: 36 additions & 0 deletions CHANGES.rst
@@ -1,5 +1,41 @@
-----------

Release 0.4.0
=========================================

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

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

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

* #63: Fixed error handling for when SQLAlchemy returns ``UnsupportedCompilationError`` on
certain data types.

New Features
-----------------

* #61: Added ``display_name`` attribute configuration option to re-write attribute names
on serialization / de-serialization.
* #62: Added support for multiple named configuration sets when using the meta
configuration pattern.

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

* Upgraded PyYAML version in ``requirements.txt``.

-----------

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

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

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

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

* - `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.1
Expand All @@ -40,7 +54,7 @@ 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.0
: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
14 changes: 14 additions & 0 deletions docs/_unit_tests_code_coverage.rst
Expand Up @@ -18,6 +18,20 @@
:target: http://sqlathanor.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status (ReadTheDocs)

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

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

* - `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.1
Expand Down
2 changes: 1 addition & 1 deletion sqlathanor/__version__.py
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '0.3.1'
__version__ = '0.4.0'

0 comments on commit 00262d7

Please sign in to comment.