From 9487c9f81729eb66a1800791a40d90043b7d3644 Mon Sep 17 00:00:00 2001 From: vtexier <vit@free.fr> Date: Mon, 30 Mar 2020 20:03:06 +0200 Subject: [PATCH] 0.57.0 --- docs/conf.py | 4 ++-- duniterpy/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c6583525..e297d108 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -72,9 +72,9 @@ author = 'caner & inso & vit' # built documents. # # The short X.Y version. -version = '0.56.0' +version = '0.57.0' # The full version, including alpha/beta/rc tags. -release = '0.56.0' +release = '0.57.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/duniterpy/__init__.py b/duniterpy/__init__.py index 614c534f..fcd5dac5 100644 --- a/duniterpy/__init__.py +++ b/duniterpy/__init__.py @@ -18,7 +18,7 @@ __author__ = "Caner Candan & inso & vit" -__version__ = "0.56.0" +__version__ = "0.57.0" __nonsense__ = "duniter" from . import api, documents, key diff --git a/pyproject.toml b/pyproject.toml index 528a33ae..f3dbc003 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "duniterpy" -version = "0.56.0" +version = "0.57.0" description = "Python library for developers of Duniter clients" authors = ["inso <insomniak.fr@gmail.com>", "canercandan", "s_b"] maintainers = ["vit <vit@free.fr>", "Moul <moul@moul.re>"] -- GitLab