From b6f1404d910fc812ceb5d49cb29332eaeeb529ad Mon Sep 17 00:00:00 2001 From: Fredrik Wrede Date: Fri, 14 Jun 2024 11:20:08 +0000 Subject: [PATCH] bump version --- docs/conf.py | 19 +++++-------------- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 15 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 1fe8d9929..fcd9a0ea9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ author = "Scaleout Systems AB" # The full version, including alpha/beta/rc tags -release = "0.9.6" +release = "0.10.0" # Add any Sphinx extension module names here, as strings extensions = [ @@ -24,7 +24,7 @@ "sphinx.ext.ifconfig", "sphinx.ext.viewcode", "sphinx_rtd_theme", - "sphinx_code_tabs" + "sphinx_code_tabs", ] # The master toctree document. @@ -71,15 +71,12 @@ # The paper size ('letterpaper' or 'a4paper'). # # 'papersize': 'letterpaper', - # The font size ('10pt', '11pt' or '12pt'). # # 'pointsize': '10pt', - # Additional stuff for the LaTeX preamble. # # 'preamble': '', - # Latex figure (float) alignment # # 'figure_align': 'htbp', @@ -89,24 +86,18 @@ # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - (master_doc, "fedn.tex", "FEDn Documentation", - "Scaleout Systems AB", "manual"), + (master_doc, "fedn.tex", "FEDn Documentation", "Scaleout Systems AB", "manual"), ] # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). -man_pages = [ - (master_doc, "fedn", "FEDn Documentation", - [author], 1) -] +man_pages = [(master_doc, "fedn", "FEDn Documentation", [author], 1)] # Grouping the document tree into Texinfo files. List of tuples # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - (master_doc, "fedn", "FEDn Documentation", - author, "fedn", "One line description of project.", - "Miscellaneous"), + (master_doc, "fedn", "FEDn Documentation", author, "fedn", "One line description of project.", "Miscellaneous"), ] # Bibliographic Dublin Core info. diff --git a/pyproject.toml b/pyproject.toml index c11605cb6..edce3abc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "fedn" -version = "0.9.6" +version = "0.10.0" description = "Scaleout Federated Learning" authors = [{ name = "Scaleout Systems AB", email = "contact@scaleoutsystems.com" }] readme = "README.rst"