We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 937859b commit 5db2be2Copy full SHA for 5db2be2
CHANGES.txt
@@ -2,6 +2,18 @@
2
Enable CHANGELOG
3
================
4
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
17
Enable 6.0.0
18
============
19
setup.py
@@ -25,7 +25,7 @@
25
MINOR = 1
26
MICRO = 0
27
PRERELEASE = ""
28
-IS_RELEASED = False
+IS_RELEASED = True
29
30
# Templates for version strings.
31
RELEASED_VERSION = "{major}.{minor}.{micro}{prerelease}"
0 commit comments