From 10b56c0c1fb2f9b1633e92b7d061ad33717b35fc Mon Sep 17 00:00:00 2001 From: Nico Maillet <nicolas.maillet@pasteur.fr> Date: Tue, 2 Feb 2021 12:04:57 +0100 Subject: [PATCH] Version 1.5 --- CHANGELOG.rst | 3 +++ docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index aa92efe..e18bb77 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,8 @@ ========= CHANGELOG ========= +- 0.1.5 (2021/02/02) + Correct bugs when a wrongly formated file is used + - 0.1.4 (2020/12/18) First beta release \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index 846af83..e24ddd3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ author = 'Nicolas Maillet' # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '0.1.4' +release = '0.1.5' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index ef71617..fede80d 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ setup( # For a discussion on single-sourcing the version across setup.py and the # project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='0.1.4', # Required + version='0.1.5', # Required # This is a one-line description or tagline of what your project does. This # corresponds to the "Summary" metadata field: -- GitLab