diff --git a/CHANGELOG.bak b/CHANGELOG.bak index 09875ba..5b78ac7 100644 --- a/CHANGELOG.bak +++ b/CHANGELOG.bak @@ -2,6 +2,10 @@ +## 1.0.2 + +- Bug fix to add dark mode theme selector to TW config, thanks to [@curtis-allan](https://github.com/curtis-allan) + ## 1.0.1 - Theme bug fix not allowing theme changes to stick, thanks to [@zaseem-bisquared](https://github.com/Zaseem-BIsquared) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b78ac7..43f43ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## 1.0.4 + +### New Features + +- Bug fix to correct theming conflict in theme initialization + + ## 1.0.2 - Bug fix to add dark mode theme selector to TW config, thanks to [@curtis-allan](https://github.com/curtis-allan) diff --git a/monsterui/__init__.py b/monsterui/__init__.py index 679362c..87a7cf5 100644 --- a/monsterui/__init__.py +++ b/monsterui/__init__.py @@ -1 +1 @@ -__version__ = "1.0.3" \ No newline at end of file +__version__ = "1.0.4" \ No newline at end of file diff --git a/settings.ini b/settings.ini index 331f995..82caeb3 100644 --- a/settings.ini +++ b/settings.ini @@ -1,7 +1,7 @@ [DEFAULT] repo = MonsterUI lib_name = MonsterUI -version = 1.0.3 +version = 1.0.4 min_python = 3.10 license = apache2 black_formatting = False