Changelog
-----------
1.2.0
"""""
:date: 25 Mar, 2017

* Support db schema (Thanks Marcin Gozdalik)

1.1.0
"""""
:date: 26 Jan, 2017

* Support `uuid`, `json`, and `jsonb` types
  (Thanks Igor Mastak)
* Integrate Travis CI
* Add docker test strategy

1.0.0
"""""
:date: 19 Jan, 2017

* Run tests with tox
* Support Python 3
* Initial release on PyPi

0.7
"""
:date: 19 Jan, 2017

* Add support for serializing Python ``decimal.Decimal`` to PostgreSQL ``numeric``.

0.6
"""
:date: 21 Oct, 2014

* ``RenameReplace`` variant

0.5
"""
:date: 14 Jul, 2014

* Support default values and sequences

0.4
"""
:date: 14 Jul, 2014

* Fix ``Replace`` utility class bugs
* Add view support to ``Replace``

0.3
"""
:date: 8 Jul, 2014

*  Move Cython optimization to separate project
*  Add ``Replace`` utility class

0.2
"""
:date: 7 Jul, 2014

*  Cython optimization

0.1
"""
:date: 29 Jun, 2014

*  Initial version
