Skip to content

Commit

Permalink
Merge pull request #128 from enthought/rel/4.4.0
Browse files Browse the repository at this point in the history
Cut the 4.4.0 release
  • Loading branch information
jwiggins committed May 1, 2014
2 parents 497fea3 + 2b1f12d commit 8634fe0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGES.txt
Expand Up @@ -5,8 +5,9 @@ Change summary since 4.3.0

Enhancements

* Added a test assistant to aid in writing unit tests for Enable/Chaco code (3cb6d22)
* Added a test assistant to aid in writing unit tests for Enable/Chaco code (3cb6d22 & a5b8cb9)
* Added Drag & Drop support for Qt (4196bc8)
* Added a context menu tool (0c27475)

Fixes

Expand All @@ -17,4 +18,4 @@ Fixes
#105, #110, #113)
* PR #107: Fixed a memory leak in the QPainter kiva backend
* PR #116: Fixed the incomplete implementation of the resize tool
* PR #118: Fixed a gradient rendering bug that sometimes caused segfaults
* PR #118: Fixed a gradient rendering bug that sometimes caused segfaults
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -36,7 +36,7 @@

# General substitutions.
project = 'enable'
copyright = '2008-2011, Enthought'
copyright = '2008-2014, Enthought'

# The default replacements for |version| and |release|, also used in various
# other places throughout the built documents.
Expand Down
4 changes: 2 additions & 2 deletions enable/__init__.py
@@ -1,9 +1,9 @@
# Copyright (c) 2007-2013 by Enthought, Inc.
# Copyright (c) 2007-2014 by Enthought, Inc.
# All rights reserved.
""" A multi-platform object drawing library.
Part of the Enable project of the Enthought Tool Suite.
"""
__version__ = '4.3.0'
__version__ = '4.4.0'

__requires__ = [
'traitsui',
Expand Down

0 comments on commit 8634fe0

Please sign in to comment.