summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.rst4
-rw-r--r--docs/source/conf.py4
-rw-r--r--setup.py2
3 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index cf761b7..21d828e 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -5,6 +5,9 @@
Unreleased
==========
+0.9.0
+=====
+
* New data type: geo (for Geo URIs).
* New custom filter for templates: to_yaml.
* git hook to update the lesana cache when files are changed by git.
@@ -33,6 +36,7 @@ Bugfixes
--------
* date fields are now parsed and loaded as date, not datetime.
+* help strings are added as comments with just one #, not two.
0.8.1
=====
diff --git a/docs/source/conf.py b/docs/source/conf.py
index de86a67..5d6831e 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -22,9 +22,9 @@ copyright = "2020, Elena Grandi"
author = "Elena ``of Valhalla''"
# The full version, including alpha/beta/rc tags
-release = '0.8.1'
+release = '0.9.0'
# The major project version
-version = '0.8'
+version = '0.9'
# compatibility with sphinx 1.8 on buster
master_doc = 'index'
diff --git a/setup.py b/setup.py
index e08cf0a..7815bc3 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ except IOError:
setup(
name='lesana',
- version='0.8.1',
+ version='0.9.0',
packages=find_packages(),
scripts=['scripts/lesana'],
package_data={