Skip to content

Commit

Permalink
push version
Browse files Browse the repository at this point in the history
  • Loading branch information
MAKOMO committed Jun 3, 2020
1 parent 5afdae1 commit 7fe050b
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 17 deletions.
27 changes: 14 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,6 @@ matrix:
allow_failures:
- env: ARTISAN_OS=rpi
include:
- os: linux
python: 3.8
dist: xenial
cache:
- pip
- bundler
env:
- ARTISAN_OS=linux
- os: linux
language: generic
dist: xenial
env:
ARTISAN_OS=rpi
- os: osx
osx_image: xcode10.1 # Xcode 10.1, macOS 10.13
python: 3.8
Expand All @@ -45,6 +32,20 @@ matrix:
- ARTISAN_OS=osx
- HOMEBREW_NO_INSTALL_CLEANUP=1
- HOMEBREW_NO_ANALYTICS=1
- MACOSX_DEPLOYMENT_TARGET=10.13
- os: linux
python: 3.8
dist: xenial
cache:
- pip
- bundler
env:
- ARTISAN_OS=linux
- os: linux
language: generic
dist: xenial
env:
ARTISAN_OS=rpi

install:
- export GIT_VERSION=`git rev-parse --verify --short HEAD 2>/dev/null|| echo "???"`
Expand Down
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__ = '2.4.0'
__version__ = '2.4.1'
__revision__ = '0'
__build__ = '0'
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 "2.4.0.0"
!define PRODUCT_VERSION "2.4.1.0"
!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 @@ -81,7 +81,7 @@ RequestExecutionLevel admin
; HM NIS Edit Wizard helper defines
!define pyinstallerOutputDir 'dist/artisan'
!define PRODUCT_NAME "Artisan"
!define PRODUCT_VERSION "2.4.0.0"
!define PRODUCT_VERSION "2.4.1.0"
!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 "2.4.0.0"
!define PRODUCT_VERSION "2.4.1.0"
!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 7fe050b

Please sign in to comment.