Skip to content

Commit

Permalink
0.56.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
toomanybrians committed Jan 16, 2023
1 parent 5a6ac56 commit 84dbc6a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
22 changes: 14 additions & 8 deletions README.md
Expand Up @@ -19,16 +19,22 @@ Installation & Instructions
---------------------------

Full instructions for installing and using the MPF monitor are included
in the MPF documentation here:

http://docs.missionpinball.org/en/latest/tools/monitor
in the MPF documentation here: https://docs.missionpinball.org/

<img src="mpf-monitor-screenshot.jpg"/>

Support
-------

MPF is open source and has no official support. Some MPF users follow the MPF-users Google group: https://groups.google.com/forum/#!forum/mpf-users. Individual hardware providers may provide additional support for users of their hardware.

Contributing
------------

MPF is a passion project created and maintained by volunteers. If you're a Python coder, documentation writer, or pinball maker, feel free to make a change and submit a pull request. For more information about contributing see the [Contributing Code](http://docs.missionpinball.org/en/latest/about/contributing_to_mpf.html)
and [Contributing Documentation](http://docs.missionpinball.org/en/latest/about/contributing_to_mpf_docs.html) pages.

License
-------
* MPF and the MPF Monitor are released under the terms of the MIT
License. Please refer to the LICENSE file for details.
* The MIT license basically means you can do anything you want,
including using it for commercial projects. You don't have to pay us
or share your changes if you don't want to.

MPF and related projects are released under the MIT License. Refer to the LICENSE file for details. Docs are released under Creative Commons CC BY 4.0.
2 changes: 1 addition & 1 deletion mpfmonitor/_version.py
@@ -1,5 +1,5 @@
# mpf-monitor
__version__ = '0.56.0-dev.9'
__version__ = '0.56.0'
__short_version__ = '0.56'
__bcp_version__ = '1.1'
__config_version__ = '5'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -22,7 +22,7 @@ classifiers=[
]
dependencies = [
"ruamel.yaml == 0.15.42", # newer than this requires compiled c lib, currently no Mac arm versions
"PyQt6 == 6.3.1",
"PyQt6 == 6.3.1", # Jun 17, 2022. Tried 6.4.0 and it broke, so, meh, this is fine.
]
dynamic = ["version"]

Expand Down

0 comments on commit 84dbc6a

Please sign in to comment.