Marius Stanciu 6 лет назад
Родитель
Сommit
86287ea10f
3 измененных файлов с 8 добавлено и 5 удалено
  1. 5 3
      FlatCAMApp.py
  2. 1 0
      README.md
  3. 2 2
      flatcamTools/ToolMove.py

+ 5 - 3
FlatCAMApp.py

@@ -84,7 +84,7 @@ class App(QtCore.QObject):
         elif opt == '--shellfile':
             cmd_line_shellfile = arg
 
-    # Logging # ##
+    # ## Logging ###
     log = logging.getLogger('base')
     log.setLevel(logging.DEBUG)
     # log.setLevel(logging.WARNING)
@@ -93,9 +93,11 @@ class App(QtCore.QObject):
     handler.setFormatter(formatter)
     log.addHandler(handler)
 
-    # Version
+    # ####################################
+    # Version and VERSION DATE ###########
+    # ####################################
     version = 8.920
-    version_date = "2019/07/14"
+    version_date = "2019/07/21"
     beta = True
 
     # current date now

+ 1 - 0
README.md

@@ -14,6 +14,7 @@ CAD program, and create G-Code for Isolation routing.
 - added some more strings to the translateable ones, especially the radio button labels
 - updated the .POT file and the available translations
 - 51% progress in Spanish Google translation
+- version date change
 
 16.07.2019
 

+ 2 - 2
flatcamTools/ToolMove.py

@@ -1,10 +1,10 @@
-# ########################################################## ##
+# ##########################################################
 # FlatCAM: 2D Post-processing for Manufacturing            #
 # http://flatcam.org                                       #
 # File Author: Marius Adrian Stanciu (c)                   #
 # Date: 3/10/2019                                          #
 # MIT Licence                                              #
-# ########################################################## ##
+# ##########################################################
 
 from FlatCAMTool import FlatCAMTool
 from FlatCAMObj import *