Skip to content

Commit

Permalink
cut release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Apr 19, 2021
1 parent aa7e855 commit d9bc860
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -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
4 changes: 2 additions & 2 deletions releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Enaml Release Notes

Dates are written as DD/MM/YYYY

0.13.0 - unreleased
0.13.0 - 19/04/2021
-------------------
- fix Python 3.9 only syntax issue PR #443
- make app editor more resilient to errors PR #440
- fixes to vim synatx highlighting PR #439
- fixes to vim syntax highlighting PR #439
- fix documentation of ScrollArea example PR #438
- add extra_requires to provide an easy way to install qt bindings
when relevant PR # 434
Expand Down

0 comments on commit d9bc860

Please sign in to comment.