Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Commit 9590cc9

Browse files
committed
chore(VER): 1.0.0.dev11 --> dev12
1 parent eec48b5 commit 9590cc9

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ TODOs
6161
Changelog
6262
=========
6363

64-
v1.0.0.dev11 (28-Aug-2019): PY3.5 only & real work!
64+
v1.0.0.dev12 (20-Aug-2019): PY3.5 only & real work!
6565
----------------------------------------------------
6666
- Drop support for Python 2.7 & <3.6, due to `f"string:`, among others...
6767
The supported Pythons `covers 84% of 2018 Python-3 installations (71% of Pythons in total)

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ wltp: generate WLTC gear-shifts based on vehicle characteristics
33
################################################################
44
|binder| |dev-status| |build-status| |appveyor-status| |cover-status| |docs-status| |pypi-status| |downloads-count| |github-issues| |codestyle|
55

6-
:release: 1.0.0.dev11
7-
:date: 2019-08-28 22:00:20
6+
:release: 1.0.0.dev12
7+
:date: 2019-08-30 14:55:39
88
:documentation: https://wltp.readthedocs.org/ (build-date: |today|)
99
:source: https://github.com/JRCSTU/wltp
1010
:live-demo: https://mybinder.org/v2/gh/JRCSTU/wltp/master?urlpath=lab/tree/Notebooks/README.md
@@ -98,7 +98,7 @@ Download the sources,
9898
git clone https://github.com/JRCSTU/wltp/ --depth=1
9999

100100
- or download and extract the project-archive from the release page:
101-
https://github.com/JRCSTU/wltp/archive/v1.0.0.dev11.zip
101+
https://github.com/JRCSTU/wltp/archive/v1.0.0.dev12.zip
102102

103103

104104
Install:
@@ -121,7 +121,7 @@ From within the project directory, run one of these commands to install it:
121121
.. code-block:: bash
122122
123123
$ wltp --version
124-
1.0.0.dev11
124+
1.0.0.dev12
125125
126126
$ wltp --help
127127
...
@@ -230,7 +230,7 @@ try to import the project to check its version:
230230
>>> import wltp
231231

232232
>>> wltp.__version__ ## Check version once more.
233-
'1.0.0.dev11'
233+
'1.0.0.dev12'
234234

235235
>>> wltp.__file__ ## To check where it was installed. # doctest: +SKIP
236236
/usr/local/lib/site-package/wltp-...

wltp/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Authoritative project's version-info"""
2-
__version__ = "1.0.0.dev11" ## Semantic-version: Update identifiers also in README.rst.
3-
__updated__ = "2019-08-28 22:00:20"
2+
__version__ = "1.0.0.dev12" ## Semantic-version: Update identifiers also in README.rst.
3+
__updated__ = "2019-08-30 14:55:39"

0 commit comments

Comments
 (0)