Skip to content

Commit

Permalink
Bump v1.0.4b1-->1.0.4.
Browse files Browse the repository at this point in the history
+ doc: Remove `--pre`.
+ doc: Update rel-title in Changes.
+ ALL TCs OK.
  • Loading branch information
ankostis committed Nov 9, 2015
1 parent 8e0f1ec commit b41f6a5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ CO2MPAS Changes
###############
.. _changes:

v1.0.4b0, 7-Nov 2015
====================
v1.0.4, 9-Nov 2015: 3rd public release, mostly model changes
============================================================
Model-changes in comparison to v1.0.1:

- Vehicle/Engine/Gearbox/Transmission:
Expand Down
16 changes: 8 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
CO2MPAS: Vehicle simulator predicting NEDC CO2 emissions from WLTP
##################################################################

:Release: 1.0.4b1
:Release: 1.0.4
:Home: http://co2mpas.io/
:Releases: http://files.co2mpas.io/
:Sources: https://github.com/JRCSTU/co2mpas
Expand Down Expand Up @@ -77,7 +77,7 @@ follow the detailed instructions under sections :ref:`install` and
## NOTE: If behind proxy, specify additionally this option:
## --proxy http://user:password@yourProxyUrl:yourProxyPort
##
$ pip install co2mpas --extra-index http://pypi.co2mpas.io/simple/ --trusted-host pypi.co2mpas.io --pre
$ pip install co2mpas --extra-index http://pypi.co2mpas.io/simple/ --trusted-host pypi.co2mpas.io
## Where to store input and output files.
## In *Windows* cmd-prompt use `md` command instead.
Expand Down Expand Up @@ -248,12 +248,12 @@ CO2MPAS installation

.. code-block:: console
> pip install co2mpas --extra-index http://pypi.co2mpas.io/simple/ --trusted-host pypi.co2mpas.io --pre
> pip install co2mpas --extra-index http://pypi.co2mpas.io/simple/ --trusted-host pypi.co2mpas.io
Collecting co2mpas
Downloading http://pypi.co2mpas.io/packages/co2mpas-...
...
Installing collected packages: co2mpas
Successfully installed co2mpas-1.0.4b1
Successfully installed co2mpas-1.0.4
.. Note::
**Installing Behind Firewall:**
Expand Down Expand Up @@ -296,11 +296,11 @@ CO2MPAS installation
.. code-block:: console
> python -v --version
co2mpas_version: 1.0.4b1
co2mpas_path: d:\co2mpas_ALLINONE-XXbit-v1.0.4b1\Apps\WinPython\python-3.4.3\lib\site-packages\co2mpas
python_path: D:\co2mpas_ALLINONE-XXbit-v1.0.4b1\WinPython\python-3.4.3
co2mpas_version: 1.0.4
co2mpas_path: d:\co2mpas_ALLINONE-XXbit-v1.0.4\Apps\WinPython\python-3.4.3\lib\site-packages\co2mpas
python_path: D:\co2mpas_ALLINONE-XXbit-v1.0.4\WinPython\python-3.4.3
python_version: 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:44:40) [MSC v.1600 XXX]
PATH: D:\co2mpas_ALLINONE-XXbit-v1.0.4b1\WinPython...
PATH: D:\co2mpas_ALLINONE-XXbit-v1.0.4\WinPython...
.. Note::
Expand Down
2 changes: 1 addition & 1 deletion bin/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Release checklist
# =================
# 1. Bump-ver & Update date in ./CHANGES.rst.
# 1. Bump-ver & Update Date+Title in ./CHANGES.rst.
# 2. REMOVE pip install --pre!!!
# 3. Run TCs.
# 4. Gen docs & check OK (i.e. diagrams??):
Expand Down
4 changes: 2 additions & 2 deletions co2mpas/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@


#: Authoritative project's PEP 440 version.
__version__ = version = "1.0.4b1" # Also update README.rst & CHANGES.rst.
__version__ = version = "1.0.4" # Also update README.rst & CHANGES.rst.

#: Input/Output file's version.
__file_version__ = "2"

# Please UPDATE TIMESTAMP WHEN BUMPING VERSIONS AND BEFORE RELASE.
#: Release date.
__updated__ = "2015-11-09 13:11:43"
__updated__ = "2015-11-09 16:44:48"

0 comments on commit b41f6a5

Please sign in to comment.