Update changelog

This commit is contained in:
Lance Edgar 2023-10-04 13:56:22 -05:00
parent 7bae01f03c
commit 3dfab8e42d
2 changed files with 9 additions and 1 deletions

View file

@ -2,6 +2,14 @@
CHANGELOG CHANGELOG
========= =========
0.9.62 (2023-10-04)
-------------------
* Avoid deprecated ``pretty_hours()`` function.
* Improve master view ``oneoff_import()`` method.
0.9.61 (2023-10-04) 0.9.61 (2023-10-04)
------------------- -------------------

View file

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