- 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':
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

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
- updated the .POT file and the available translations
- 51% progress in Spanish Google translation
- version date change
16.07.2019

View File

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