aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2021-12-31 15:59:59 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2021-12-31 15:59:59 +0100
commit16c85efa00184c4338f58f7279baef81ab0c69c4 (patch)
tree1e8f2365eb1847a2ca46cebef426ed0fcc542bd3
parent027152546d60ca6843fd754edf6bccbbb8af68cc (diff)
Prepare bugfix release 0.9.1v0.9.1
-rw-r--r--CHANGELOG.rst5
-rw-r--r--docs/source/conf.py2
-rw-r--r--setup.py2
3 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index c8ffe98..a52ce38 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -5,9 +5,12 @@
Unreleased
==========
+0.9.1
+=====
+
Bugfix release
-* included the post-checkout script in the released package.
+* Included the post-checkout script in the released package.
0.9.0
=====
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 995723d..505f0d0 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -22,7 +22,7 @@ copyright = "2020-2021, Elena Grandi"
author = "Elena ``of Valhalla''"
# The full version, including alpha/beta/rc tags
-release = '0.10.0dev'
+release = '0.9.1'
# The major project version
version = '0.10'
diff --git a/setup.py b/setup.py
index 2545196..80e66ba 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ except IOError:
setup(
name='lesana',
- version='0.10.0dev',
+ version='0.9.1',
packages=find_packages(),
scripts=['scripts/lesana'],
package_data={