Skip to content

Commit

Permalink
bump to version 1.1.2
Browse files Browse the repository at this point in the history
See the changelog for more details.
  • Loading branch information
Tony Crisci committed Aug 26, 2019
1 parent d724fc2 commit 6bcd1e8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Version 0.1.2

This version adds some bugfixes.

* Allow exporting interface multiple times (#4)
* Fix super call in exceptions (#5)
* Add timeout support on `introspect` (#7)
* Add unix fd type 'h' to valid tokens (#9)
* Dont use future annotations (#10)
* Fix variant validator (d724fc2)

## Version 0.1.1

This version adds some major features and breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.0.1'
release = '0.1.2'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
EMAIL = 'tony@dubstepdish.com'
AUTHOR = 'Tony Crisci'
REQUIRES_PYTHON = '>=3.6.0'
VERSION = '0.1.1'
VERSION = '0.1.2'

# What packages are required for this module to be executed?
REQUIRED = []
Expand Down

0 comments on commit 6bcd1e8

Please sign in to comment.