# HG changeset patch # User ioannis # Date 1588436809 -10800 # Node ID 49f1419b74fc69a2c8015e7a6afce87ac0ea5812 # Parent 8423150a2c537480eff388190314b6fa649ccd26 Changelog update and new version (solving some PyPI issue). diff -r 8423150a2c53 -r 49f1419b74fc atmospheric_lidar/__init__.py --- a/atmospheric_lidar/__init__.py Sat May 02 19:08:10 2020 +0300 +++ b/atmospheric_lidar/__init__.py Sat May 02 19:26:49 2020 +0300 @@ -1,1 +1,1 @@ -__version__ = '0.5.1' \ No newline at end of file +__version__ = '0.5.2' \ No newline at end of file diff -r 8423150a2c53 -r 49f1419b74fc changelog.rst --- a/changelog.rst Sat May 02 19:08:10 2020 +0300 +++ b/changelog.rst Sat May 02 19:26:49 2020 +0300 @@ -3,9 +3,13 @@ Unreleased ---------- + +0.5.2 - 2020-05-02 +------------------ Fixed ~~~~~ - Bug in range correcting signal when using pre-trigger region. + - Bug in depol calibration creation classes 0.5.0 - 2020‑03‑25 ------------------