Skip to content

Commit

Permalink
Bump to version 1.0. Hurrah..!
Browse files Browse the repository at this point in the history
  • Loading branch information
ntoll committed Jul 20, 2018
1 parent 09e5cf0 commit 4c4503b
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Release History
---------------

1.0.0
=====

* Fix for font related issues in OSX Mojave. Thanks to Steve Stagg for spotting
and fixing.
* Fix for encoding issue encountered during code checking. Thanks to Tim
Golden for a swift fix.
* Fix for orphaned modal dialog. Thanks for spotting this Zander Brown.
* Minor revisions to hot-key sequences to avoid duplications. All documented
at https://codewith.mu/en/tutorials/1.0/shortcuts.
* Update to latest version of uflash and MicroPython 1.0.0-rc.2 for micro:bit.
* Updated to latest GuiZero in Windows installers.
* Update third party API documentation used by QScintilla for code completion
and call tips. Includes CircuitPython 3 and PyGame Zero 1.2.
* Added swag related graphics to the repository (non-functional change).

1.0.0.rc.1
==========

Expand Down
2 changes: 1 addition & 1 deletion mu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
gettext.translation('mu', localedir=localedir,
languages=[language_code], fallback=True).install()

__version__ = '1.0.0.rc.1'
__version__ = '1.0.0'
4 changes: 2 additions & 2 deletions win_installer32.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Application]
name=Mu
version=1.0.0rc1
version=1.0.0
entry_point=mu.app:run
icon=package/icons/win_icon.ico
publisher=Nicholas H.Tollervey
Expand Down Expand Up @@ -54,7 +54,7 @@ pypi_wheels=
PyQtChart==5.10.1
appdirs==1.4.3
gpiozero==1.4.1
guizero==0.4.5
guizero==0.5.3
pigpio==1.40.post1
Pillow==5.0.0
requests==2.18.4
Expand Down
4 changes: 2 additions & 2 deletions win_installer64.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Application]
name=Mu
version=1.0.0rc1
version=1.0.0
entry_point=mu.app:run
icon=package/icons/win_icon.ico
publisher=Nicholas H.Tollervey
Expand Down Expand Up @@ -54,7 +54,7 @@ pypi_wheels=
PyQtChart==5.10.1
appdirs==1.4.3
gpiozero==1.4.1
guizero==0.4.5
guizero==0.5.3
pigpio==1.40.post1
Pillow==5.0.0
requests==2.18.4
Expand Down

0 comments on commit 4c4503b

Please sign in to comment.