------
Released on January 25, 2018.
- Dropped support of older Python versions: 2.6, 3.2, and 3.3.
[`2`_ by George Leslie-Waksman]
- Added ``sqlalchemy_utc.utcnow()`` function as an alternative to
``sqlalchemy.sql.functions.now()`` for generating ``UtcDateTime`` values
on the database server. [`4`_ by George Leslie-Waksman]
.. _2: https://github.com/spoqa/sqlalchemy-utc/pull/2
.. _4: https://github.com/spoqa/sqlalchemy-utc/pull/4