File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Version 0.1.2
4+
5+ This version adds some bugfixes.
6+
7+ * Allow exporting interface multiple times (#4 )
8+ * Fix super call in exceptions (#5 )
9+ * Add timeout support on ` introspect ` (#7 )
10+ * Add unix fd type 'h' to valid tokens (#9 )
11+ * Dont use future annotations (#10 )
12+ * Fix variant validator (d724fc2)
13+
314## Version 0.1.1
415
516This version adds some major features and breaking changes.
Original file line number Diff line number Diff line change 2626# The short X.Y version
2727version = ''
2828# The full version, including alpha/beta/rc tags
29- release = '0.0.1 '
29+ release = '0.1.2 '
3030
3131
3232# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1313EMAIL = 'tony@dubstepdish.com'
1414AUTHOR = 'Tony Crisci'
1515REQUIRES_PYTHON = '>=3.6.0'
16- VERSION = '0.1.1 '
16+ VERSION = '0.1.2 '
1717
1818# What packages are required for this module to be executed?
1919REQUIRED = []
You can’t perform that action at this time.
0 commit comments