Skip to content

Commit

Permalink
1.9.1 fix kivymd mro (#447)
Browse files Browse the repository at this point in the history
* fix kivymd mro

* edit katrain/core/constants.py

Co-authored-by: Sander Land <sander.land@futurefacts.nl>
  • Loading branch information
sanderland and Sander Land authored Jun 28, 2021
1 parent bf70f2c commit 8679c2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion katrain/core/constants.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROGRAM_NAME = "KaTrain"
VERSION = "1.9.0"
VERSION = "1.9.1"
HOMEPAGE = "https://github.com/sanderland/katrain"
CONFIG_MIN_VERSION = "1.9.0" # keep config files from this version
ANALYSIS_FORMAT_VERSION = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def include_data_files(directory):
"wheel",
"setuptools",
"kivy[full]>=2.0.0",
"kivymd>=0.104.1",
"kivymd==0.104.1", # 0.104.2 was breaking MRO
"ffpyplayer",
"importlib_resources ;python_version<'3.7'",
"urllib3",
Expand Down

0 comments on commit 8679c2a

Please sign in to comment.