From a980ba3d0017b1ce68a758cc4d7296e6dbaa74d0 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Mon, 27 May 2019 23:38:04 +0200 Subject: [PATCH] 0.54.2 --- docs/conf.py | 4 ++-- duniterpy/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 8da40002..c93d286a 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.54.1' +version = '0.54.2' # The full version, including alpha/beta/rc tags. -release = '0.54.1' +release = '0.54.2' # 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 920b2481..cad4a562 100644 --- a/duniterpy/__init__.py +++ b/duniterpy/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Caner Candan & inso & vit' -__version__ = '0.54.1' +__version__ = '0.54.2' __nonsense__ = 'duniter' from . import api, documents, key -- GitLab