Change Log¶
Unreleased¶
N/A
1.2.2 - 2016-01-29¶
Fixed¶
- Exceptions used incorrect
super()calls. - Conditional dependencies now work with wheel format.
1.1.1 - 2015-11-15¶
Fixed¶
- Fixed CLI on Python 2 due to incorrect use of
ConfigParser. - Incorrect
ConfigParserimport.
1.1.0 - 2015-11-15¶
Added¶
- Command line interface.
- Documentation section on exception handling.
Changed¶
- Rename
yourls.apisub-module toyourls.data. - Rename
yourls.excsub-module toyourls.exceptions. Users should be importing directly fromyourlsanyway.