From c7c020fc4bab8bfd5fec8aee0ffca92d83e2731b Mon Sep 17 00:00:00 2001 From: Kostis Anagnostopoulos Date: Wed, 12 Jul 2017 15:56:58 +0200 Subject: [PATCH] chore(ver): bump 1.6.1-->1.post0 --- README.rst | 14 +++++++------- co2mpas/_version.py | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index fc43c105b..6686ff5bd 100644 --- a/README.rst +++ b/README.rst @@ -7,14 +7,14 @@ |co2mpas|: Vehicle simulator predicting NEDC |CO2| emissions from WLTP ###################################################################### -:release: 1.6.1 -:date: 2017-07-11 18:27:46 +:release: 1.6.1.post0 +:date: 2017-07-12 14:56:43 :home: http://co2mpas.io/ :repository: https://github.com/JRCSTU/CO2MPAS-TA :pypi-repo: https://pypi.org/project/co2mpas/ :docs: http://docs.co2mpas.io/ (build-date: |today|) :wiki: https://github.com/JRCSTU/CO2MPAS-TA/wiki/ -:download: AIO(https://github.com/JRCSTU/CO2MPAS-TA/releases/tag/v1.6.1) +:download: AIO(https://github.com/JRCSTU/CO2MPAS-TA/releases/tag/v1.6.1.post0) :keywords: CO2, fuel-consumption, WLTP, NEDC, vehicle, automotive, EU, JRC, IET, STU, correlation, back-translation, policy, monitoring, M1, N1, simulator, engineering, scientific @@ -346,7 +346,7 @@ Alternatively, open the CONSOLE and type the following command: ## Check co2mpas version. $ co2mpas -V - co2mpas-1.6.1 + co2mpas-1.6.1.post0 |co2mpas| command syntax @@ -1348,7 +1348,7 @@ Install |co2mpas| package Downloading http://pypi.co2mpas.io/packages/co2mpas-... ... Installing collected packages: co2mpas - Successfully installed co2mpas-1.6.1 + Successfully installed co2mpas-1.6.1.post0 .. Warning:: **Installation failures:** @@ -1368,8 +1368,8 @@ Install |co2mpas| package .. code-block:: console > co2mpas -vV - co2mpas_version: 1.6.1 - co2mpas_rel_date: 2017-07-11 18:27:46 + co2mpas_version: 1.6.1.post0 + co2mpas_rel_date: 2017-07-12 14:56:43 co2mpas_path: d:\co2mpas_ALLINONE-64bit-v1.4.1\Apps\WinPython\python-3.4.3\lib\site-packages\co2mpas python_path: D:\co2mpas_ALLINONE-64bit-v1.4.1\WinPython\python-3.4.3 python_version: 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:44:40) [MSC v.1600 XXX] diff --git a/co2mpas/_version.py b/co2mpas/_version.py index 29829f064..74239fce5 100644 --- a/co2mpas/_version.py +++ b/co2mpas/_version.py @@ -9,7 +9,7 @@ #: Authoritative project's PEP 440 version. -__version__ = version = "1.6.1" # Also update README.rst, CHANGES.rst, +__version__ = version = "1.6.1.post0" # Also update README.rst, CHANGES.rst, #: Input/Output file's version. __file_version__ = "2.2.6" @@ -21,4 +21,4 @@ # Please UPDATE TIMESTAMP WHEN BUMPING VERSIONS AND BEFORE RELEASE. #: Release date. -__updated__ = "2017-07-11 18:27:46" +__updated__ = "2017-07-12 14:56:43"