diff --git a/CHANGES.rst b/CHANGES.rst index ca512864..012e6ff3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,14 @@ CHANGELOG Unreleased ---------- +0.10.10 (2024-06-03) +-------------------- + +* Fix focus for ```` shim component. + +* More butterball fixes for "view profile" template. + + 0.10.9 (2024-06-03) ------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index bc09b216..37b06700 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.10.9' +__version__ = '0.10.10'