Update changelog

This commit is contained in:
Lance Edgar 2023-05-25 12:21:04 -05:00
parent 29767dfcfb
commit b840ae7513
2 changed files with 15 additions and 1 deletions

View file

@ -2,6 +2,20 @@
CHANGELOG CHANGELOG
========= =========
0.9.26 (2023-05-25)
-------------------
* Prevent bug in upgrade diff for empty new version.
* Expose basic way to send test email.
* Avoid error when filter params not valid.
* Tweak byjove project generator form.
* Define essential views for API.
0.9.25 (2023-05-18) 0.9.25 (2023-05-18)
------------------- -------------------

View file

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