forked from jan/debianmemberportfolio
Release 0.8.0
Bump release version
This commit is contained in:
parent
5fe0360089
commit
c78b27e27f
2 changed files with 5 additions and 5 deletions
|
@ -46,7 +46,7 @@ copyright = "2009-2023, Jan Dittberner"
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = "0.7.4-dev"
|
version = "0.8.0"
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = version
|
release = version
|
||||||
|
|
||||||
|
@ -87,7 +87,7 @@ htmlhelp_basename = "DebianMemberPortfolioServicedoc"
|
||||||
# Grouping the document tree into LaTeX files. List of tuples
|
# Grouping the document tree into LaTeX files. List of tuples
|
||||||
# (source start file, target name, title, author, document class
|
# (source start file, target name, title, author, document class
|
||||||
# [howto/manual]).
|
# [howto/manual]).
|
||||||
#latex_documents = [
|
# latex_documents = [
|
||||||
# (
|
# (
|
||||||
# "index",
|
# "index",
|
||||||
# "DebianMemberPortfolioService.tex",
|
# "DebianMemberPortfolioService.tex",
|
||||||
|
@ -95,7 +95,7 @@ htmlhelp_basename = "DebianMemberPortfolioServicedoc"
|
||||||
# "Jan Dittberner",
|
# "Jan Dittberner",
|
||||||
# "manual",
|
# "manual",
|
||||||
# ),
|
# ),
|
||||||
#]
|
# ]
|
||||||
|
|
||||||
# The name of an image file (relative to this directory) to place at the top of
|
# The name of an image file (relative to this directory) to place at the top of
|
||||||
# the title page.
|
# the title page.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "debianmemberportfolio"
|
name = "debianmemberportfolio"
|
||||||
version = "0.8.0-dev"
|
version = "0.8.0"
|
||||||
description = "Service to create Debian Member Portfolio URLs"
|
description = "Service to create Debian Member Portfolio URLs"
|
||||||
authors = ["Jan Dittberner <jan@dittberner.info>"]
|
authors = ["Jan Dittberner <jan@dittberner.info>"]
|
||||||
license = "AGPL-3.0+"
|
license = "AGPL-3.0+"
|
||||||
|
@ -41,4 +41,4 @@ build-backend = "poetry.core.masonry.api"
|
||||||
[[tool.poetry_babel_plugin.compile]]
|
[[tool.poetry_babel_plugin.compile]]
|
||||||
domains = ["messages"]
|
domains = ["messages"]
|
||||||
directory = "debianmemberportfolio/translations"
|
directory = "debianmemberportfolio/translations"
|
||||||
fuzzy = false
|
fuzzy = false
|
||||||
|
|
Loading…
Reference in a new issue