From e6c29288da615ce3c641ee2629128c3bde303889 Mon Sep 17 00:00:00 2001 From: Dionysis Tsoumas Date: Thu, 22 Oct 2020 16:31:26 +0300 Subject: [PATCH 1/2] Bump version to 0.14.0 --- txclib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txclib/__init__.py b/txclib/__init__.py index 97fae46..5de6ee1 100644 --- a/txclib/__init__.py +++ b/txclib/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- # https://www.python.org/dev/peps/pep-0440/#examples-of-compliant-version-schemes -__version__ = '0.13.12' +__version__ = '0.14.0' From 4a485cc6e00f8bed5b74765e4cdc19c51017e7c3 Mon Sep 17 00:00:00 2001 From: Dionysis Tsoumas Date: Thu, 22 Oct 2020 16:37:36 +0300 Subject: [PATCH 2/2] Bump to version 0.14.1 --- txclib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txclib/__init__.py b/txclib/__init__.py index 5de6ee1..f7c3c3e 100644 --- a/txclib/__init__.py +++ b/txclib/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- # https://www.python.org/dev/peps/pep-0440/#examples-of-compliant-version-schemes -__version__ = '0.14.0' +__version__ = '0.14.1'