diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-10-27 09:27:13 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-10-27 09:27:19 +0100 |
commit | dc24e3ab7cc7f32b6af7012699e3783687e18ff2 (patch) | |
tree | 7923e57d51abd2ce4b2190362e89ba044b2cb689 | |
parent | 95846f4483783376498aa96cfc0016ed999dee37 (diff) |
Version bumpv0.6.2
-rw-r--r-- | CHANGELOG.rst | 7 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8aaed70..3f7fdc7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,13 +5,18 @@ Unreleased ========== -0.6.1 +0.6.2 ===== * Documentation improvements. * The timestamp field is now always interpreted as UTC. * Updated links to the published homepage and docs. +0.6.1 +===== + +* Tarball fixes + 0.6.0 ===== @@ -9,7 +9,7 @@ except IOError: setup( name='lesana', - version='0.6.1', + version='0.6.2', packages=find_packages(), scripts=['scripts/lesana'], package_data={ |