File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed
Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 1.0.3: 2016-06-20
5+ -----------------
6+
7+ Fixes:
8+ - Bugfix for Python2 in readline-like completion.
9+ - Bugfix in readline-like completion visualisation.
10+
11+ New features:
12+ - Added `erase_when_done` parameter to the `Aplication` class. (This was
13+ required for the bug fixes.)
14+ - Added (experimental) `CommandLineInterface.run_application_generator` method.
15+ (Also required for the bug fix.)
16+
4171.0.2: 2016-06-16
518-----------------
619
Original file line number Diff line number Diff line change 5151# built documents.
5252#
5353# The short X.Y version.
54- version = '1.0.2 '
54+ version = '1.0.3 '
5555# The full version, including alpha/beta/rc tags.
56- release = '1.0.2 '
56+ release = '1.0.3 '
5757
5858# The language for content autogenerated by Sphinx. Refer to documentation
5959# for a list of supported languages.
Original file line number Diff line number Diff line change 1919
2020
2121# Don't forget to update in `docs/conf.py`!
22- __version__ = '1.0.2 '
22+ __version__ = '1.0.3 '
You can’t perform that action at this time.
0 commit comments