Update changelog
This commit is contained in:
parent
304cec9dd5
commit
acfc7f7d80
|
@ -2,6 +2,14 @@
|
|||
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)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.2.6'
|
||||
__version__ = '0.2.7'
|
||||
|
|
Loading…
Reference in a new issue