diff --git a/CHANGES.rst b/CHANGES.rst index 9145b4db..77aa69c6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,12 @@ CHANGELOG ========= +0.8.260 (2022-11-18) +-------------------- + +* Turn on download results feature for Employees. + + 0.8.259 (2022-11-17) -------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index 8b608b84..bd5efa2c 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.8.259' +__version__ = '0.8.260'