Skip to content

Commit

Permalink
cut the 0.9.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sccolbert committed Feb 20, 2014
1 parent d9abaec commit 9a68216
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion enaml/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

# The micro release number. The micro release number is incremented
# for bug fix releases and small feature additions.
MICRO = 1
MICRO = 2

#: A namedtuple of the version info for the current release.
version_info = namedtuple('version_info', 'major minor micro')
Expand Down
5 changes: 5 additions & 0 deletions releasenotes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Enaml Release Notes
===================

0.9.2 - 02/20/2014
------------------
- Update the layout (if needed) when changing fonts.
- Minor code cleanup and documentation updates.

0.9.1 - 02/11/2014
------------------
- Add the workbench plugin framework. 2ab09c6782b4_
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@

setup(
name='enaml',
version='0.9.1',
version='0.9.2',
author='The Nucleic Development Team',
author_email='[email protected]',
url='https://github.com/nucleic/enaml',
description='Declarative DSL for building rich user interfaces in Python',
long_description=open('README.rst').read(),
requires=['atom', 'PyQt', 'ply', 'kiwisolver'],
install_requires=['distribute', 'atom >= 0.3.7', 'kiwisolver >= 0.1.2', 'ply >= 3.4'],
install_requires=['distribute', 'atom >= 0.3.8', 'kiwisolver >= 0.1.2', 'ply >= 3.4'],
packages=find_packages(),
package_data={
'enaml.applib': ['*.enaml'],
Expand Down

0 comments on commit 9a68216

Please sign in to comment.