File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
14
## Version 0.1.1
4
15
5
16
This version adds some major features and breaking changes.
Original file line number Diff line number Diff line change 26
26
# The short X.Y version
27
27
version = ''
28
28
# The full version, including alpha/beta/rc tags
29
- release = '0.0.1 '
29
+ release = '0.1.2 '
30
30
31
31
32
32
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 13
13
14
14
AUTHOR = 'Tony Crisci'
15
15
REQUIRES_PYTHON = '>=3.6.0'
16
- VERSION = '0.1.1 '
16
+ VERSION = '0.1.2 '
17
17
18
18
# What packages are required for this module to be executed?
19
19
REQUIRED = []
You can’t perform that action at this time.
0 commit comments