From 8997817dc335ab0eda33f2178bfb963c4bf18f0d Mon Sep 17 00:00:00 2001 From: Corran Webster Date: Mon, 21 Oct 2013 19:51:13 -0500 Subject: [PATCH 1/2] Prepare for release 4.4.0. --- CHANGES.txt | 11 ++++++++++- traitsui/__init__.py | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index bd5a6b7fd..90f169e88 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,7 +1,16 @@ Traits UI Changelog =================== -Since 4.3.0 +Release 4.4.0 +------------- + +The biggest change in this release is support for the new adaptation mechanism +in Traits 4.4.0. Other than that, there are a number of other minor changes, +improvements and bugfixes. + +Corran Webster (corranwebster on GitHub) is now maintainer of TraitsUI. + +Change summary since 4.3.0 New Features diff --git a/traitsui/__init__.py b/traitsui/__init__.py index 756157b81..9cd72e716 100644 --- a/traitsui/__init__.py +++ b/traitsui/__init__.py @@ -17,7 +17,7 @@ from __future__ import absolute_import -__version__ = '4.3.0' +__version__ = '4.4.0' __requires__ = [ 'traits', From f561689114e9f149c7112ce643c78ff68a452b01 Mon Sep 17 00:00:00 2001 From: Corran Webster Date: Fri, 25 Oct 2013 11:37:51 -0500 Subject: [PATCH 2/2] Bump copyright date on docs. --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 2c2e64969..703224616 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -36,7 +36,7 @@ # General substitutions. project = 'traitsui' -copyright = '2008-2011, Enthought' +copyright = '2008-2013, Enthought' # The default replacements for |version| and |release|, also used in various # other places throughout the built documents.