Skip to content

Commit a384004

Browse files
committed
updated changelog and bumped verison
1 parent 689a7ca commit a384004

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,3 +231,8 @@
231231
# Version 2.01
232232

233233
- Massive, massive, upgrades. Total CLI, and GUI redo. Far too many changes to list.
234+
235+
# Version 2.02
236+
237+
- added `--guided-setup` option on the CLI to assist users with setting up MMPM when first installing
238+
- cleaned up some error handling as well

mmpm/mmpm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
MagicMirrorPackage = mmpm.models.MagicMirrorPackage
1616
get_env = mmpm.utils.get_env
1717

18-
__version__ = 2.01
18+
__version__ = 2.02
1919

2020

2121
def main(argv):

0 commit comments

Comments
 (0)