diff --git a/CHANGELOG.md b/CHANGELOG.md index f478d188..8a740575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ CHANGELOG for FlatCAM beta 15.03.2022 - fixed an issue in Calculators Plugin that could crash the app, in the Electroplating section +- changed estimated time for new release 13.03.2022 diff --git a/app_Main.py b/app_Main.py index 06636e5f..5177b628 100644 --- a/app_Main.py +++ b/app_Main.py @@ -163,8 +163,8 @@ class App(QtCore.QObject): # ################################### Version and VERSION DATE ################################################## # ############################################################################################################### version = "Unstable" - # version = 8.995 - version_date = "2022/3/1" + # version = 1.0 + version_date = "2022/4/31" beta = True engine = '3D'