Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.4.0 Release #93

Merged
merged 4 commits into from Dec 3, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
26 changes: 26 additions & 0 deletions CHANGES.txt
@@ -0,0 +1,26 @@
Pyface Changelog
================

Release 4.4.0
-------------

This is a bug fix release. The biggest change in this release is support for the new adaptation
mechanism in Traits 4.4.0.


Change summary since 4.3.0
--------------------------

New features

* Support Enaml 0.8 (PR#92)

Enhancements

* Improvements to SplitEditorAreaPane (PR#83).

Fixes

* Fixed split editor area pane focus (PR#89).
* Fixed bug when a VSplitter contains an HSplitter (PR#88, issue#87)

2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -40,7 +40,7 @@

# General substitutions.
project = 'pyface'
copyright = '2008-2012, Enthought'
copyright = '2008-2013, Enthought'

# The default replacements for |version| and |release|, also used in various
# other places throughout the built documents.
Expand Down
2 changes: 1 addition & 1 deletion pyface/__init__.py
Expand Up @@ -15,7 +15,7 @@
Part of the TraitsGUI project of the Enthought Tool Suite.
"""

__version__ = '4.3.0'
__version__ = '4.4.0'

__requires__ = [
'traits',
Expand Down