From bc88a6802f8f51f693d436bfb8e8c9c9e4d94489 Mon Sep 17 00:00:00 2001 From: vincenzoarcidiacono Date: Thu, 7 Nov 2019 11:16:19 +0100 Subject: [PATCH] chore(ver): bump v4.1.9-->4.1.10. --- CHANGELOG.rst | 6 ++++++ README.rst | 8 ++++---- co2mpas/_version.py | 4 ++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bf9e3528..92c4e0fb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,12 @@ Changelog ========= +v4.1.10 (2019-11-07) +-------------------- +Fix +~~~ +- (optimization) :gh:`561`: Use float32 for fmin error function. + v4.1.9 (2019-11-04) ------------------- Fix diff --git a/README.rst b/README.rst index c7aef422..4e9f66ae 100644 --- a/README.rst +++ b/README.rst @@ -8,9 +8,9 @@ ###################################################################### :official: | `3.0.X `_: from 01-Feb-2019 to 01-Jan-2020 - | `4.1.X `_: from 31-Oct-2019 -:release: 4.1.9 -:rel_date: 2019-11-04 15:30:00 + | `4.1.X `_: from 31-Oct-2019 +:release: 4.1.10 +:rel_date: 2019-11-07 12:00:00 :home: http://co2mpas.readthedocs.io/ :repository: https://github.com/JRCSTU/CO2MPAS-TA :pypi-repo: https://pypi.org/project/co2mpas/ @@ -69,7 +69,7 @@ Two installation procedures can be followed: Official (for type approval) ---------------------------- To install |co2mpas| you have to download the -`installer `_ +`installer `_ and then execute it (see the steps shown in the video below). .. raw:: html diff --git a/co2mpas/_version.py b/co2mpas/_version.py index 10f67749..27057815 100644 --- a/co2mpas/_version.py +++ b/co2mpas/_version.py @@ -13,14 +13,14 @@ '__license__', '__copyright__', '__file_version__', '__uri__'] #: Authoritative project's PEP 440 version. -__version__ = version = "4.1.9" # Also update README.rst +__version__ = version = "4.1.10" # Also update README.rst #: The :term:`Semantic Version` for Input/Output files. __file_version__ = "3.1.1" # Please UPDATE TIMESTAMP WHEN BUMPING VERSIONS AND BEFORE RELEASE. #: Release date. -__updated__ = "2019-11-04 15:30:00" +__updated__ = "2019-11-07 12:00:00" __title__ = 'co2mpas'