Skip to content

Commit 6bcd1e8

Browse files
author
Tony Crisci
committed
bump to version 1.1.2
See the changelog for more details.
1 parent d724fc2 commit 6bcd1e8

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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

516
This version adds some major features and breaking changes.

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = ''
2828
# The full version, including alpha/beta/rc tags
29-
release = '0.0.1'
29+
release = '0.1.2'
3030

3131

3232
# -- General configuration ---------------------------------------------------

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
AUTHOR = 'Tony Crisci'
1515
REQUIRES_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?
1919
REQUIRED = []

0 commit comments

Comments
 (0)