Skip to content

Commit

Permalink
cut 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Nov 21, 2021
1 parent 4176bc0 commit efe65fe
Show file tree
Hide file tree
Showing 3 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
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.14.0 - unreleased
0.14.0 - 21/11/2021
-------------------
- use enum.IntEnum/IntFlag instead of atom.IntEnum PR #453
- fix operator bindings in template instances PR #445
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def run(self):
],
python_requires='>=3.7',
requires=['atom', 'qtpy', 'ply', 'kiwisolver'],
install_requires=['atom>0.6.0', # XXX update te for 0.14.0 final
install_requires=['atom>=0.7.0',
'kiwisolver>=1.2.0',
'ply>=3.4',
"bytecode>=0.11.0"
Expand Down

0 comments on commit efe65fe

Please sign in to comment.