From c0c61ccd45de5d7013bce140d8aea71cc13f0fd4 Mon Sep 17 00:00:00 2001 From: Koen Van Daele Date: Mon, 20 Mar 2023 15:09:18 +0100 Subject: [PATCH] Prepare for release. --- CITATION.cff | 4 ++-- HISTORY.rst | 5 +++++ docs/conf.py | 2 +- setup.py | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 0f7f8ef..6dab53d 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -24,5 +24,5 @@ keywords: - python - sqlalchemy license: MIT -version: 2.0.0 -date-released: "2023-01-19" +version: 2.0.1 +date-released: "2023-03-20" diff --git a/HISTORY.rst b/HISTORY.rst index 79a01ad..5dabf09 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,3 +1,8 @@ +2.0.1 (2023-03-20) +------------------ + +* Fixed and issue with import_provider still assuming ids are numeric. (#97) + 2.0.0 (2023-01-19) ------------------ diff --git a/docs/conf.py b/docs/conf.py index 05496a4..e67e254 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,7 +47,7 @@ # The short X(.Y version. version = '2.0' # The full version, including alpha/beta/rc tags. -release = '2.0.0' +release = '2.0.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index f9f659a..c158540 100755 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( name='skosprovider_sqlalchemy', - version='2.0.0', + version='2.0.1', description='A sqlAlchemy implementation of skosprovider.', long_description=open('README.rst').read(), long_description_content_type='text/x-rst',