Explorar el Código

- version date change

Marius Stanciu hace 6 años
padre
commit
86287ea10f
Se han modificado 3 ficheros con 8 adiciones y 5 borrados
  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':
         elif opt == '--shellfile':
             cmd_line_shellfile = arg
             cmd_line_shellfile = arg
 
 
-    # Logging # ##
+    # ## Logging ###
     log = logging.getLogger('base')
     log = logging.getLogger('base')
     log.setLevel(logging.DEBUG)
     log.setLevel(logging.DEBUG)
     # log.setLevel(logging.WARNING)
     # log.setLevel(logging.WARNING)
@@ -93,9 +93,11 @@ class App(QtCore.QObject):
     handler.setFormatter(formatter)
     handler.setFormatter(formatter)
     log.addHandler(handler)
     log.addHandler(handler)
 
 
-    # Version
+    # ####################################
+    # Version and VERSION DATE ###########
+    # ####################################
     version = 8.920
     version = 8.920
-    version_date = "2019/07/14"
+    version_date = "2019/07/21"
     beta = True
     beta = True
 
 
     # current date now
     # 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
 - added some more strings to the translateable ones, especially the radio button labels
 - updated the .POT file and the available translations
 - updated the .POT file and the available translations
 - 51% progress in Spanish Google translation
 - 51% progress in Spanish Google translation
+- version date change
 
 
 16.07.2019
 16.07.2019
 
 

+ 2 - 2
flatcamTools/ToolMove.py

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