From 86287ea10f519b0dc93cb38c91a02632128549d7 Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Wed, 17 Jul 2019 14:58:43 +0300 Subject: [PATCH] - version date change --- FlatCAMApp.py | 8 +++++--- README.md | 1 + flatcamTools/ToolMove.py | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/FlatCAMApp.py b/FlatCAMApp.py index 2f665c5c..3d94a04f 100644 --- a/FlatCAMApp.py +++ b/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 diff --git a/README.md b/README.md index 165a5608..f891f967 100644 --- a/README.md +++ b/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 diff --git a/flatcamTools/ToolMove.py b/flatcamTools/ToolMove.py index 3c8e8893..68e0186f 100644 --- a/flatcamTools/ToolMove.py +++ b/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 *