Update changelog

This commit is contained in:
Lance Edgar 2023-05-18 13:49:58 -05:00
parent fc3aa4d772
commit 8c0514e49d
2 changed files with 9 additions and 1 deletions

View file

@ -2,6 +2,14 @@
CHANGELOG CHANGELOG
========= =========
0.10.27 (2023-05-18)
--------------------
* Add ``get_version()`` and ``get_node_title()`` to app handler.
* Avoid lookup of continuum user for short session.
0.10.26 (2023-05-16) 0.10.26 (2023-05-16)
-------------------- --------------------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*- # -*- coding: utf-8; -*-
__version__ = '0.10.26' __version__ = '0.10.27'