From 79472f2e958eb7395b5658e01bb3a8e94ef20ac5 Mon Sep 17 00:00:00 2001
From: vtexier <vit@free.fr>
Date: Thu, 23 Jan 2020 10:38:42 +0100
Subject: [PATCH] 0.56.0

---
 docs/conf.py          | 4 ++--
 duniterpy/__init__.py | 2 +-
 setup.py              | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index 74a2360d..c6583525 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.55.1'
+version = '0.56.0'
 # The full version, including alpha/beta/rc tags.
-release = '0.55.1'
+release = '0.56.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 83e571b6..614c534f 100644
--- a/duniterpy/__init__.py
+++ b/duniterpy/__init__.py
@@ -18,7 +18,7 @@
 
 
 __author__ = "Caner Candan & inso & vit"
-__version__ = "0.55.1"
+__version__ = "0.56.0"
 __nonsense__ = "duniter"
 
 from . import api, documents, key
diff --git a/setup.py b/setup.py
index d3f4aa8e..5f46ac43 100644
--- a/setup.py
+++ b/setup.py
@@ -45,7 +45,7 @@ for requirement in (l.strip() for l in open('requirements.txt')):
 setup(
     name='duniterpy',
 
-    version="0.55.1",
+    version="0.56.0",
 
     packages=find_packages(exclude=["tests*"]),
 
-- 
GitLab