Skip to content

Commit

Permalink
chore(ver,changes): bump 1.7.4.post2-->post3
Browse files Browse the repository at this point in the history
  • Loading branch information
ankostis committed Aug 9, 2018
1 parent a36bdc3 commit 220a973
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ CO2MPAS Changes
.. _changes:


v1.7.4.post3, 10 Aug 2018
=========================
Settles dependencies for :command:`pip` and :command:`conda`.


v1.7.4.post2, 8 Aug 2018
========================
- Fixed regression by "piping to stdout" of previous broken release `1.7.1.post1`.
Expand Down
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
######################################################################

:official: `AIO-1.7.3 <https://github.com/JRCSTU/CO2MPAS-TA/releases/tag/v1.7.3>`_ + `co2mpas-1.7.x` (obligatory after 31-Oct-2017)
:latest: `1.7.4.post2`
:rel_date: `2018-08-08 17:03:00`
:latest: `1.7.4.post3`
:rel_date: `2018-08-09 22:31:00`
:home: http://co2mpas.io/
:repository: https://github.com/JRCSTU/CO2MPAS-TA
:pypi-repo: https://pypi.org/project/co2mpas/
Expand Down Expand Up @@ -344,7 +344,7 @@ Alternatively, open the CONSOLE and type the following command:
## Check co2mpas version.
$ co2mpas -V
co2mpas-1.7.4.post2
co2mpas-1.7.4.post3
|co2mpas| command syntax
Expand Down Expand Up @@ -1343,7 +1343,7 @@ Install |co2mpas| package
Downloading http://pypi.co2mpas.io/packages/co2mpas-...
...
Installing collected packages: co2mpas
Successfully installed co2mpas-1.7.4.post2
Successfully installed co2mpas-1.7.4.post3
.. Warning::
**Installation failures:**
Expand All @@ -1363,8 +1363,8 @@ Install |co2mpas| package
.. code-block:: console
> co2mpas -vV
co2mpas_version: 1.7.4.post2
co2mpas_rel_date: 2018-08-08 17:03:00
co2mpas_version: 1.7.4.post3
co2mpas_rel_date: 2018-08-09 22:31:00
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.7.4.post2" # Also update README.rst, CHANGES.rst,
__version__ = version = "1.7.4.post3" # Also update README.rst, CHANGES.rst,

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

# Please UPDATE TIMESTAMP WHEN BUMPING VERSIONS AND BEFORE RELEASE.
#: Release date.
__updated__ = "2018-08-08 17:03:00"
__updated__ = "2018-08-09 22:31:00"

0 comments on commit 220a973

Please sign in to comment.