Skip to content

Commit

Permalink
chore(ver): bump co2mpas-r2.0.0rc0 -> 2.0.0, co2sim-r2.0.0rc3 -> 2.0.…
Browse files Browse the repository at this point in the history
…0, co2gui-r2.0.0rc3 -> 2.0.0, co2dice-r2.0.0rc1 -> 2.0.0, webstamper-r2.0.0rc1 -> 2.0.0
  • Loading branch information
ankostis committed Aug 31, 2018
1 parent b80d1c8 commit 13579c6
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 deletions.
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)
:release: |version|
:rel_date: |today|
:release: 2.0.0
:rel_date: 2018-08-31T14:22:45.237546
:home: http://co2mpas.io/
:repository: https://github.com/JRCSTU/CO2MPAS-TA
:pypi-repo: https://pypi.org/project/co2mpas/
Expand Down Expand Up @@ -379,7 +379,7 @@ Alternatively, open the CONSOLE and type the following command:
## Check co2mpas version.
$ co2mpas -V
co2mpas-|version|
co2mpas-2.0.0
|co2mpas| command syntax
Expand Down Expand Up @@ -1377,7 +1377,7 @@ Install |co2mpas| package
Downloading http://pypi.co2mpas.io/packages/co2mpas-...
...
Installing collected packages: co2mpas
Successfully installed co2mpas-|version|
Successfully installed co2mpas-2.0.0
.. Warning::
**Installation failures:**
Expand All @@ -1397,8 +1397,8 @@ Install |co2mpas| package
.. code-block:: console
> co2mpas -vV
co2mpas_version: |version|
co2mpas_rel_date: |today|
co2mpas_version: 2.0.0
co2mpas_rel_date: 2018-08-31T14:22:45.237546
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 pCO2DICE/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ co2DICE: Distributed Impromptu Co2mpas Evaluation

.. _coord-start:

:version: |version|
:updated: |today|
:version: 2.0.0
:updated: 2018-08-31T14:22:45.259533
:Documentation: http://co2mpas.io/
:repository: https://github.com/JRCSTU/CO2MPAS-TA/
:pypi-repo: https://pypi.org/project/co2dice/
Expand Down
2 changes: 1 addition & 1 deletion pCO2DICE/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def clean_line(line):
name='co2dice',
## Provide a `default_version` for installing eg. in shallow clones,
# and `pname` or else it would be `__main__`.
version='0.0.0',
version='2.0.0',
polyversion=True,
description="Polyvers's lib to derive subproject versions from tags on Git monorepos.",
long_description=long_desc,
Expand Down
4 changes: 2 additions & 2 deletions pCO2DICE/src/co2dice/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@

#: Project's PEP 440 version from Git (or env[co2dice_VERSION])
#: FIXME: change co2dice's pname in polyversion() when co2dice graduates to own project.
__version__ = polyversion(pname='co2dice')
__updated__ = polytime(pname='co2dice')
__version__ = '2.0.0'
__updated__ = '2018-08-31T14:22:45.259533'
version = __version__

#: The :term:`Semantic Versioning` for Input/Output files.
Expand Down
2 changes: 1 addition & 1 deletion pCO2DICE/src/co2dice/_vendor/traitlets/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (5, 0, 0, 'ank')
__version__ = '.'.join(map(str, version_info))
__version__ = '2.0.0'
4 changes: 2 additions & 2 deletions pCO2GUI/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ co2gui: GUI for cCo2SIM + co2DICE

.. _coord-start:

:version: |version|
:updated: |today|
:version: 2.0.0
:updated: 2018-08-31T14:22:45.255535
:Documentation: http://co2mpas.io/
:repository: https://github.com/JRCSTU/CO2MPAS-TA/
:pypi-repo: https://pypi.org/project/co2gui/
Expand Down
2 changes: 1 addition & 1 deletion pCO2GUI/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def clean_line(line):
name='co2gui',
## Provide a `default_version` for installing eg. in shallow clones,
# and `pname` or else it would be `__main__`.
version='0.0.0',
version='2.0.0',
polyversion=True,
description="Polyvers's lib to derive subproject versions from tags on Git monorepos.",
long_description=long_desc,
Expand Down
4 changes: 2 additions & 2 deletions pCO2SIM/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ co2SIM: Vehicle simulator predicting NEDC CO2 emissions from WLTP

.. _coord-start:

:version: |version|
:updated: |today|
:version: 2.0.0
:updated: 2018-08-31T14:22:45.246541
:Documentation: http://co2mpas.io/
:repository: https://github.com/JRCSTU/CO2MPAS-TA/
:pypi-repo: https://pypi.org/project/co2sim/
Expand Down
2 changes: 1 addition & 1 deletion pCO2SIM/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def procline(line):
name=PROJECT,
## Include a default for robustness (eg to work on shallow git -clones)
# but also for engraves to have their version visible.
version='0.0.0',
version='2.0.0',
polyversion=True,
description="The Type-Approving vehicle simulator predicting NEDC CO2 emissions from WLTP",
long_description=long_desc,
Expand Down
4 changes: 2 additions & 2 deletions pCO2SIM/src/co2mpas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@

#: The Project's PEP 440 and :term:`Semantic Versioning` is retrived
#: from from Git tags (or env[co2mpas_VERSION]).
__version__ = polyversion(pname='co2sim') # noqa
__version__ = '2.0.0'
#: Release date.
__updated__ = polytime(pname='co2sim') # noqa
__updated__ = '2018-08-31T14:22:45.246541'
version = __version__ # noqa

#: The :term:`Semantic Versioning` for Input/Output files.
Expand Down
4 changes: 2 additions & 2 deletions pWebStamper/webstamp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
import subprocess as sbp


__version__ = polyversion(pname='webstamper')
__updated__ = polytime(pname='webstamper')
__version__ = '2.0.0'
__updated__ = '2018-08-31T14:22:45.271526'


## NOTE: `configfile` DEPRECATED by `flask-appconfig` in latest dev.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def clean_line(line):
name='co2mpas',
## Include a default for robustness (eg to work on shallow git -clones)
# but also for engraves to have their version visible.
version='0.0.0',
version='2.0.0',
polyversion=True,
description="The Type-Approving vehicle simulator predicting NEDC CO2 emissions from WLTP",
long_description=long_desc,
Expand Down

0 comments on commit 13579c6

Please sign in to comment.