Skip to content

Commit

Permalink
version 1.2b1
Browse files Browse the repository at this point in the history
  • Loading branch information
MAKOMO committed Oct 19, 2017
1 parent 752bed1 commit 539e07f
Show file tree
Hide file tree
Showing 27 changed files with 34,636 additions and 34,636 deletions.
2 changes: 1 addition & 1 deletion src/artisanlib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '1.2.0'
#__revision__ = ''.join(list(filter(str.isdigit, "$Revision$")))
__revision__ = '1'
__revision__ = '2'
8 changes: 4 additions & 4 deletions src/artisanlib/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10789,8 +10789,8 @@ def __init__(self, parent = None):
"HUD_ON":"QPushButton {font-size: 12pt; font-weight: bold; color: white; background-color: #60ffed }",
"EVENT":"QPushButton {font-size: 10pt; font-weight: bold; color: black; background-color: yellow }",
"DROP":"QPushButton {font-size: 10pt; font-weight: bold; color: white; background-color: #f07800 }",
"PID":"QPushButton {font-size: 10pt; font-weight: bold; color: white; background-color: #92C3FF }",
"PIDactive":"QPushButton {font-size: 10pt; font-weight: bold; color: yellow; background-color: #6D4824 }",
"PID":"QPushButton {font-size: 12pt; font-weight: bold; color: white; background-color: #92C3FF }",
"PIDactive":"QPushButton {font-size: 12pt; font-weight: bold; color: yellow; background-color: #6D4824 }",
"SV +":"QPushButton {font-size: 10pt; font-weight: bold; color: white; background-color: #ffaaff }",
"SV -":"QPushButton {font-size: 10pt; font-weight: bold; color: white; background-color: lightblue }",
"SELECTED":"QPushButton {font-size: 11pt; font-weight: bold; color: yellow; background-color: #6D4824 }" #keyboard moves
Expand All @@ -10813,8 +10813,8 @@ def __init__(self, parent = None):
"HUD_ON":"QPushButton {font-size: 14pt; font-weight: bold; color: white; background-color: #60ffed }",
"EVENT":"QPushButton {font-size: 10pt; font-weight: bold; color: black; background-color: yellow }",
"DROP":"QPushButton {font-size: 10pt; font-weight: bold; color: white; background-color: #f07800 }",
"PID":"QPushButton {font-size: 10pt; font-weight: bold; color: white; background-color: #92C3FF }",
"PIDactive":"QPushButton {font-size: 10pt; font-weight: bold; color: yellow; background-color: #6D4824 }",
"PID":"QPushButton {font-size: 12pt; font-weight: bold; color: white; background-color: #92C3FF }",
"PIDactive":"QPushButton {font-size: 12pt; font-weight: bold; color: yellow; background-color: #6D4824 }",
"SV +":"QPushButton {font-size: 10pt; font-weight: bold; color: white; background-color: #ffaaff }",
"SV -":"QPushButton {font-size: 10pt; font-weight: bold; color: white; background-color: lightblue }",
"SELECTED":"QPushButton {font-size: 11pt; font-weight: bold; color: yellow; background-color: #6D4824 }" #keyboard moves
Expand Down
2 changes: 1 addition & 1 deletion src/setup-install.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ RequestExecutionLevel admin
; HM NIS Edit Wizard helper defines
!define py2exeOutputDir 'dist'
!define PRODUCT_NAME "Artisan"
!define PRODUCT_VERSION "1.2.0.1"
!define PRODUCT_VERSION "1.2.0.2"
!define PRODUCT_PUBLISHER "The Artisan Team"
!define PRODUCT_WEB_SITE "https://github.com/artisan-roaster-scope/artisan/blob/master/README.md"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\artisan.exe"
Expand Down
2 changes: 1 addition & 1 deletion src/setup-install3-pi.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ RequestExecutionLevel admin
; HM NIS Edit Wizard helper defines
!define pyinstallerOutputDir 'dist/artisan'
!define PRODUCT_NAME "Artisan"
!define PRODUCT_VERSION "1.2.0.1"
!define PRODUCT_VERSION "1.2.0.2"
!define PRODUCT_PUBLISHER "The Artisan Team"
!define PRODUCT_WEB_SITE "https://github.com/artisan-roaster-scope/artisan/blob/master/README.md"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\artisan.exe"
Expand Down
2 changes: 1 addition & 1 deletion src/setup-install3.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ RequestExecutionLevel admin
; HM NIS Edit Wizard helper defines
!define py2exeOutputDir 'dist'
!define PRODUCT_NAME "Artisan"
!define PRODUCT_VERSION "1.2.0.1"
!define PRODUCT_VERSION "1.2.0.2"
!define PRODUCT_PUBLISHER "The Artisan Team"
!define PRODUCT_WEB_SITE "https://github.com/artisan-roaster-scope/artisan/blob/master/README.md"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\artisan.exe"
Expand Down

0 comments on commit 539e07f

Please sign in to comment.