diff --git a/docs/changelog.rst b/docs/changelog.rst index 8a893a371..3f315b2e8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,13 @@ Changelog =========== +.. _v2_6: + +2.6 (2020-04-15) +--------------- + +- New ``table.rows_where(..., order_by="age desc")`` argument, see :ref:`python_api_rows`. (`#76 `__) + .. _v2_5: 2.5 (2020-04-12) diff --git a/setup.py b/setup.py index 3bec90732..af6f63754 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import io import os -VERSION = "2.5" +VERSION = "2.6" def get_long_description():