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

Commit e72fa3c

Browse files
committed
chore(ver): bump 0.1.0-alpha.0-->alpha.1 & 1 CHANGE
1 parent ea61745 commit e72fa3c

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGES.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,14 @@ TODOs
6262
Changelog
6363
=========
6464

65+
v0.1.0-alpha.1 (9-Mar-2017)
66+
----------------------------
67+
- fix(build, #3): Dependency *xlwings* broke builds on Linux in downstream packages.
68+
69+
6570
v0.1.0-alpha.0 (26-Feb-2017)
6671
----------------------------
6772
- feat(core): modify acceleration rule ``3s-->2s`` to assimilate more to *phase-1b*.
68-
- fix(build, #3): Use *xlwings* library only for Windows, Mac.
6973
- feat(ui): drop tkUI code and *Pillow* dependency.
7074

7175

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
#############################
44
|dev-status| |build-status| |cover-status| |docs-status| |pypi-status| |downloads-count| |github-issues|
55

6-
:release: 0.1.0-alpha.0
7-
:date: 2017-02-26 15:30:47
6+
:release: 0.1.0-alpha.1
7+
:date: 2017-03-09 12:39:18
88
:documentation: https://wltp.readthedocs.org/ (build-date: |today|)
99
:source: https://github.com/ankostis/wltp
1010
:pypi-repo: https://pypi.python.org/pypi/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__ = "0.1.0-alpha.0" ## Semantic-version: Update identifiers also in README.rst.
3-
__updated__ = "2017-02-26 15:30:47"
2+
__version__ = "0.1.0-alpha.1" ## Semantic-version: Update identifiers also in README.rst.
3+
__updated__ = "2017-03-09 12:39:18"

0 commit comments

Comments
 (0)