Skip to content

Commit

Permalink
FINAL 1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ankostis committed Feb 9, 2016
1 parent 071d1ab commit b600099
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ CO2MPAS Changes
.. contents::
.. _changes:

v1.1.0, 09-Feb 2016: "O'snow" release
v1.1.1, 09-Feb 2016: "O'snow" release
================================================================
This release contains mostly model changes; some internal restructurings have
not affected the final user.

Several crucial bugs and enhancements have been been implemented based on
assessments performed by LAT. A concise study of this release's results
and a high-level description of the model changes is contained in this `JRC-LAT presentation
<http://files.co2mpas.io/CO2MPAS-1.1.0/JRC_LAT_CO2MPAS_Osnow-validation_n_changelog.pptx>`_.
<http://files.co2mpas.io/CO2MPAS-1.1.1/JRC_LAT_CO2MPAS_Osnow-validation_n_changelog.pptx>`_.


Model-changes
Expand Down Expand Up @@ -169,7 +169,7 @@ Documentation
of model changes (mentioned above).
- New section on how to setup autocompletion for *bash* and *clink* on `cmd.exe`.
- Link to the "fatty" (~40Mb) `tutorial input xl-file
<http://files.co2mpas.io/CO2MPAS-1.1.0/co2mpas_tutorial_1_1_0.xls>`_.
<http://files.co2mpas.io/CO2MPAS-1.1.1/co2mpas_tutorial_1_1_0.xls>`_.


Internals
Expand Down
4 changes: 2 additions & 2 deletions co2mpas/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


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

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

# Please UPDATE TIMESTAMP WHEN BUMPING VERSIONS AND BEFORE RELEASE.
#: Release date.
__updated__ = "2016-02-09 05:43:39"
__updated__ = "2016-02-09 07:30:45"
4 changes: 2 additions & 2 deletions doc/allinone.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ A pre-populated folder with WinPython + CO2MPAS + Consoles for *Windows*.
D:\co2mpas_ALLINONE-XXbit-v1.0.2\Apps\Cygwin\bin\python
> co2mpas --version
co2mpas-1.1.0 at D:\co2mpas_ALLINONE-XXbit-v1.0.2\Apps\WinPython-XXbit-3.4.3.5\python-3.4.3\lib\site-packages\co2mpas
co2mpas-1.1.1 at D:\co2mpas_ALLINONE-XXbit-v1.0.2\Apps\WinPython-XXbit-3.4.3.5\python-3.4.3\lib\site-packages\co2mpas
- In *bash*, type:

Expand All @@ -99,7 +99,7 @@ A pre-populated folder with WinPython + CO2MPAS + Consoles for *Windows*.
/cygdrive/d/co2mpas_ALLINONE-XXbit-v1.0.2/Apps/WinPython-XXbit-3.4.3.5/python-3.4.3/python
> co2mpas --version
co2mpas-1.1.0 at D:\co2mpas_ALLINONE-XXbit-v1.0.2\Apps\WinPython-XXbit-3.4.3.5\python-3.4.3\lib\site-packages\co2mpas
co2mpas-1.1.1 at D:\co2mpas_ALLINONE-XXbit-v1.0.2\Apps\WinPython-XXbit-3.4.3.5\python-3.4.3\lib\site-packages\co2mpas
In case of problems, copy-paste the output from the above commands and send
it to JRC.
Expand Down

0 comments on commit b600099

Please sign in to comment.