aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2020-10-27 09:27:13 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2020-10-27 09:27:19 +0100
commitdc24e3ab7cc7f32b6af7012699e3783687e18ff2 (patch)
tree7923e57d51abd2ce4b2190362e89ba044b2cb689
parent95846f4483783376498aa96cfc0016ed999dee37 (diff)
Version bumpv0.6.2
-rw-r--r--CHANGELOG.rst7
-rw-r--r--setup.py2
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
=====
diff --git a/setup.py b/setup.py
index a85d2c8..0c9fc2e 100644
--- a/setup.py
+++ b/setup.py
@@ -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={