Update changelog

This commit is contained in:
Lance Edgar 2023-02-10 21:09:51 -06:00
parent 304cec9dd5
commit acfc7f7d80
2 changed files with 9 additions and 1 deletions

View file

@ -2,6 +2,14 @@
CHANGELOG CHANGELOG
========= =========
0.2.7 (2023-02-10)
------------------
* Officially drop support for python2.
* Address a warning from SQLAlchemy for ``declarative_base``.
0.2.6 (2022-08-06) 0.2.6 (2022-08-06)
------------------ ------------------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*- # -*- coding: utf-8; -*-
__version__ = '0.2.6' __version__ = '0.2.7'