aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2021-02-15 09:43:19 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2021-02-15 09:43:19 +0100
commit85df20f3644349aa2eaa0b9c7748d960561098a2 (patch)
treed7dbfb3c010552caff7b97d19e879be5671a840a
parentfcf8712f177dfc7328f3a9ae12720a00ce9f3a49 (diff)
Prepare release 0.8.1v0.8.1
-rw-r--r--CHANGELOG.rst5
-rw-r--r--docs/source/conf.py2
-rw-r--r--setup.py2
3 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 247db4d..c566e16 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -5,6 +5,11 @@
Unreleased
==========
+0.8.1
+=====
+
+Bugfix release.
+
* Fixes running on an environment where EDITOR is not set. #7
* Fixes editing an entry. #8
* Fixes searches when default_sort isn't present. #9
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 75d2241..de86a67 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -22,7 +22,7 @@ copyright = "2020, Elena Grandi"
author = "Elena ``of Valhalla''"
# The full version, including alpha/beta/rc tags
-release = '0.8.0'
+release = '0.8.1'
# The major project version
version = '0.8'
diff --git a/setup.py b/setup.py
index cfccea0..e08cf0a 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ except IOError:
setup(
name='lesana',
- version='0.8.0',
+ version='0.8.1',
packages=find_packages(),
scripts=['scripts/lesana'],
package_data={