Skip to content

Commit

Permalink
chore(ver): bump v1.5.5rc0-->v1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ankostis committed Feb 10, 2017
1 parent 35e43f0 commit 04b7525
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
|co2mpas|: Vehicle simulator predicting NEDC |CO2| emissions from WLTP
######################################################################

:release: 1.5.5rc0
:date: 2017-02-10 15:37:59
:release: 1.5.5
:date: 2017-02-10 18:43:44
:home: http://co2mpas.io/
:repository: https://github.com/JRCSTU/CO2MPAS-TA
:pypi-repo: https://pypi.org/project/co2mpas/
Expand Down Expand Up @@ -321,7 +321,7 @@ Alternatively, open the CONSOLE and type the following command:
## Check co2mpas version.
$ co2mpas -V
co2mpas-1.5.5rc0
co2mpas-1.5.5
|co2mpas| command syntax
Expand Down Expand Up @@ -1327,7 +1327,7 @@ Install |co2mpas| package
Downloading http://pypi.co2mpas.io/packages/co2mpas-...
...
Installing collected packages: co2mpas
Successfully installed co2mpas-1.5.5rc0
Successfully installed co2mpas-1.5.5
.. Warning::
**Installation failures:**
Expand All @@ -1347,8 +1347,8 @@ Install |co2mpas| package
.. code-block:: console
> co2mpas -vV
co2mpas_version: 1.5.5rc0
co2mpas_rel_date: 2017-02-10 15:37:59
co2mpas_version: 1.5.5
co2mpas_rel_date: 2017-02-10 18:43:44
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]
Expand Down
4 changes: 2 additions & 2 deletions co2mpas/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


#: Authoritative project's PEP 440 version.
__version__ = version = "1.5.5rc0" # Also update README.rst, doc/allinone.rst, CHANGES.rst,
__version__ = version = "1.5.5" # Also update README.rst, doc/allinone.rst, CHANGES.rst,

#: Input/Output file's version.
__file_version__ = "2.2.6"
Expand All @@ -21,4 +21,4 @@

# Please UPDATE TIMESTAMP WHEN BUMPING VERSIONS AND BEFORE RELEASE.
#: Release date.
__updated__ = "2017-02-10 15:37:59"
__updated__ = "2017-02-10 18:43:44"

0 comments on commit 04b7525

Please sign in to comment.