diff --git a/docs/changelog.rst b/docs/changelog.rst index 02e4014dc..d84e536b1 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,15 @@ Changelog =========== +.. _v2_9: + +2.9 (2020-05-10) +---------------- + +- New ``sqlite-utils drop-table`` command, see :ref:`cli_drop_table`. (`#111 `__) +- New ``sqlite-utils drop-view`` command, see :ref:`cli_drop_view`. +- Python ``decimal.Decimal`` objects are now stored as ``FLOAT``. (`#110 `__) + .. _v2_8: 2.8 (2020-05-03) diff --git a/setup.py b/setup.py index 88e385b02..e619aa7f3 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import io import os -VERSION = "2.8" +VERSION = "2.9" def get_long_description():