Update changelog
This commit is contained in:
parent
fc3aa4d772
commit
8c0514e49d
|
@ -2,6 +2,14 @@
|
|||
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)
|
||||
--------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.10.26'
|
||||
__version__ = '0.10.27'
|
||||
|
|
Loading…
Reference in a new issue