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 "] 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