From c78b27e27fa5909e9b3470dbea92d3c3736ca77b Mon Sep 17 00:00:00 2001
From: Jan Dittberner <jan@dittberner.info>
Date: Sat, 3 Jun 2023 18:28:36 +0200
Subject: [PATCH] Release 0.8.0

Bump release version
---
 docs/source/conf.py | 6 +++---
 pyproject.toml      | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index a058992..35060fc 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -46,7 +46,7 @@ copyright = "2009-2023, Jan Dittberner"
 # built documents.
 #
 # The short X.Y version.
-version = "0.7.4-dev"
+version = "0.8.0"
 # The full version, including alpha/beta/rc tags.
 release = version
 
@@ -87,7 +87,7 @@ htmlhelp_basename = "DebianMemberPortfolioServicedoc"
 # Grouping the document tree into LaTeX files. List of tuples
 # (source start file, target name, title, author, document class
 # [howto/manual]).
-#latex_documents = [
+# latex_documents = [
 #    (
 #        "index",
 #        "DebianMemberPortfolioService.tex",
@@ -95,7 +95,7 @@ htmlhelp_basename = "DebianMemberPortfolioServicedoc"
 #        "Jan Dittberner",
 #        "manual",
 #    ),
-#]
+# ]
 
 # The name of an image file (relative to this directory) to place at the top of
 # the title page.
diff --git a/pyproject.toml b/pyproject.toml
index 8bf8aa5..b5b5d28 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "debianmemberportfolio"
-version = "0.8.0-dev"
+version = "0.8.0"
 description = "Service to create Debian Member Portfolio URLs"
 authors = ["Jan Dittberner <jan@dittberner.info>"]
 license = "AGPL-3.0+"
@@ -41,4 +41,4 @@ build-backend = "poetry.core.masonry.api"
 [[tool.poetry_babel_plugin.compile]]
 domains = ["messages"]
 directory = "debianmemberportfolio/translations"
-fuzzy = false
\ No newline at end of file
+fuzzy = false