This repository was archived by the owner on Jul 12, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -62,10 +62,14 @@ TODOs
62
62
Changelog
63
63
=========
64
64
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
+
65
70
v0.1.0-alpha.0 (26-Feb-2017)
66
71
----------------------------
67
72
- feat(core): modify acceleration rule ``3s-->2s `` to assimilate more to *phase-1b *.
68
- - fix(build, #3): Use *xlwings * library only for Windows, Mac.
69
73
- feat(ui): drop tkUI code and *Pillow * dependency.
70
74
71
75
Original file line number Diff line number Diff line change 3
3
#############################
4
4
|dev-status | |build-status | |cover-status | |docs-status | |pypi-status | |downloads-count | |github-issues |
5
5
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
8
8
:documentation: https://wltp.readthedocs.org/ (build-date: |today |)
9
9
:source: https://github.com/ankostis/wltp
10
10
:pypi-repo: https://pypi.python.org/pypi/wltp
Original file line number Diff line number Diff line change 1
1
"""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 "
You can’t perform that action at this time.
0 commit comments