Skip to content

Commit 5db2be2

Browse files
authored
Release 6.1.0 (#1071)
* Update changelog * Designate release commit
1 parent 937859b commit 5db2be2

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
Enable CHANGELOG
33
================
44

5+
Enable 6.1.0
6+
============
7+
8+
This is a minor release fixing build problems of the enable package
9+
10+
Fixes
11+
-----
12+
13+
* Fix building on Apple Silicon (#1067, #1070)
14+
* Fix building with Cython 3.x (#1060, #1070)
15+
* Test on CI with wxPython on PyPI and EDM workflows (#1009, #1070)
16+
517
Enable 6.0.0
618
============
719

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
MINOR = 1
2626
MICRO = 0
2727
PRERELEASE = ""
28-
IS_RELEASED = False
28+
IS_RELEASED = True
2929

3030
# Templates for version strings.
3131
RELEASED_VERSION = "{major}.{minor}.{micro}{prerelease}"

0 commit comments

Comments
 (0)