- version date change

This commit is contained in:
Marius Stanciu 2019-07-17 14:58:43 +03:00 committed by Marius
parent 0e54d42c1b
commit 86287ea10f
3 changed files with 8 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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 *