Skip to content

Commit

Permalink
Merge pull request #339 from enthought/release/4.6.0
Browse files Browse the repository at this point in the history
Release 4.6.0
  • Loading branch information
corranwebster committed Nov 2, 2016
2 parents 4c47da3 + ef2de17 commit 6613b0f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGES.txt
@@ -1,6 +1,22 @@
Traits CHANGELOG
================

Release 4.6.0
-------------

This is an incremental release over 4.5, accumulating over a year's worth of
bugfixes and small improvements to the code.

Highlights of this release include:

* support for Python 3.4 and 3.5.
* new Bytes and ValidatedTuple traits.
* a new ArrayOrNone trait which correctly handles None comparisons with Numpy
arrays.
* clean-up of the ETSConfig code for TraitsUI toolkit selection.
* better compatibility with NumPy scalar types.
* many other bugfixes and improvements.

Change summary since 4.5.0
~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -8,7 +8,7 @@
from setuptools import setup, Extension, find_packages

MAJOR = 4
MINOR = 6
MINOR = 7
MICRO = 0

IS_RELEASED = False
Expand Down Expand Up @@ -125,7 +125,7 @@ def additional_commands():
author='David C. Morrill, et. al.',
author_email='info@enthought.com',
classifiers=[c.strip() for c in """\
Development Status :: 5 - Production/really Stable
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Expand Down

0 comments on commit 6613b0f

Please sign in to comment.