Skip to content

Commit

Permalink
Merge pull request #41 from enthought/release/0.1.2
Browse files Browse the repository at this point in the history
Release/0.1.2
  • Loading branch information
Pietro Berkes committed Feb 15, 2016
2 parents 14b6252 + 1b4144b commit 6b1a937
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGES.txt
@@ -1,6 +1,20 @@
Traits CHANGELOG
================

Release 0.1.2
-------------

Fixes

* Fix validation of RangeSlider (#39)
* Work around PySide bug with emitting events with arguments (#40)
* Workaround PySide bug with setting some QObject properies (#37)
* Ignore named root object when loading a .ui file (#35)
* Exclude auxiliary classes that from Binder registry as they were not
intended to be looked up (#32)
* Allow SingleChild to be childless (#33)


Release 0.1.1
-------------

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -60,9 +60,9 @@
# built documents.
#
# The short X.Y version.
version = '0.1.1'
version = '0.1.2'
# The full version, including alpha/beta/rc tags.
release = '0.1.1'
release = '0.1.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@

setup(
name='qt_binder',
version='0.1.1',
version='0.1.2',
author='Enthought, Inc.',
author_email='info@enthought.com',
description='Traits bindings for Qt',
Expand Down

0 comments on commit 6b1a937

Please sign in to comment.