Skip to content

Commit

Permalink
cut 0.12.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Nov 4, 2020
1 parent e65dc9c commit d0dd3e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion enaml/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
MICRO = 0

# The status indicate if this is a development or pre-release version
STATUS = 'rc1'
STATUS = ''

#: A namedtuple of the version info for the current release.
version_info = namedtuple('version_info', 'major minor micro status')
Expand Down
2 changes: 1 addition & 1 deletion releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Enaml Release Notes

Dates are written as DD/MM/YYYY

0.12.0 - unreleased
0.12.0 - 04/11/2020
-------------------
- add support for Python 3.9 PR #424
- add support for PySide2 and fix Qt deprecation PR #423
Expand Down

0 comments on commit d0dd3e2

Please sign in to comment.