Skip to content

Commit

Permalink
prepare 0.11.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Apr 6, 2020
1 parent cc26d42 commit 91e354e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions enaml/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
# possibly small differences in the API, but these changes will come
# backwards compatibility support when possible. Minor releases are
# typically used for large feature additions.
MINOR = 10
MINOR = 11

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

# The status indicate if this is a development or pre-release version
STATUS = ''
Expand Down
10 changes: 7 additions & 3 deletions releasenotes.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
Enaml Release Notes
===================

0.11.0 - unreleased
Dates are written as DD/MM/YYYY

0.11.0 - 05/04/2020
-------------------
- add support for Python 3.8 (not Python 3.8 only syntax) PR #391
- enforce conversion of float to int at the Qt boudary PR #391
- replace byteplay by bytecode PR #391
- add get method to DynamicScope PR #394
- properly set the attributes of imported of module PR #398
- properly set the attributes of imported module PR #398
- qt: fix alerts on tabbed DockItem PR #396
- qt: avoid going higher than the dock area when looking for a DockTabWidget
among the parents of a QDockContainer PR #386
- properly report SyntaxError in f strings PR #378
- add support for using attributes when specifying attr types PR #359
- add support for using attributes (. access) when specifying attr types PR #359
- limit support to Python 3 PR #349
- use cppy for the Python/C interface PR #349
- qt: add missing brackets to widget.focusPolicy within
Expand Down Expand Up @@ -88,6 +90,8 @@ this.
- move every parser/lexer related module in the parser package PR #227
- support for dict and set comprehensions in enaml files PR #227

Below dates are in MM/DD/YYYY

0.9.8 - 08/04/2014
------------------
- Add drag and drop support. 56a2127e714c_
Expand Down

0 comments on commit 91e354e

Please sign in to comment.