From e4a0b0d796b39025ff1c6a378b47c89f916eb07a Mon Sep 17 00:00:00 2001 From: Yuriy Shatrov Date: Wed, 7 Oct 2020 14:49:37 +0300 Subject: [PATCH 1/2] Bump version to 2.3.0 (IdCard signing on host) --- esteid/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esteid/__init__.py b/esteid/__init__.py index 04188a1..8219039 100644 --- a/esteid/__init__.py +++ b/esteid/__init__.py @@ -1 +1 @@ -__version__ = '2.2.0' +__version__ = '2.3.0' From fd5e1b54da3007eb04e8baab3c3b000acef3502a Mon Sep 17 00:00:00 2001 From: Yuriy Shatrov Date: Wed, 7 Oct 2020 15:35:38 +0300 Subject: [PATCH 2/2] Fix MANIFEST.in re: non-existent rst file --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 650bec2..18b5fca 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -include AUTHORS.rst +include AUTHORS.md include LICENSE include README.md include requirements.txt