Skip to content

Commit 0c3b5cd

Browse files
committed
Bump version to 1.2.0 (with the inclusion of Snek, the minor bump was suggested, rather than point release).
1 parent 25ddedf commit 0c3b5cd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Release History
22
---------------
33

4-
1.1.2
4+
1.2.0
55
=====
66

77
This release fixes some minor bugs, addresses some usability gremlins and
@@ -19,6 +19,10 @@ https://github.com/mu-editor/mu/issues/new
1919
package application for Linux).
2020
* Minor fixes by @stratakis in the Russian translation.
2121
* @carlosperate fixed many minor glitches and gremlins.
22+
* @carlosperate was on fire with fixes needed to ensure Mu continues to work
23+
with very old versions of OSX (as used in many educational institutions).
24+
* Again, thanks to @carlosperate, AppImage with Wayland no longer the setting
25+
of an environment variable to make it work properly.
2226
* The web mode includes simple and easy to use integration with
2327
beginner and education friendly web hosts, PythonAnywhere.
2428
* @agdales, @Jeffrey04, @johannaengland and @AnjaVerboven contributed new

mu/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
__title__ = "mu-editor"
77
__description__ = "A simple Python editor for beginner programmers."
88

9-
__version__ = "1.1.2"
9+
__version__ = "1.2.0"
1010

1111
__license__ = "GPL3"
1212
__url__ = "https://github.com/mu-editor/mu"

0 commit comments

Comments
 (0)