File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ if 'TRAVIS_BUILD_NUMBER' in os.environ and 'TRAVIS_BRANCH' in os.environ:
195195
196196else :
197197 print (" This is local build" )
198- __version__ += ' .localbuild ' # set version as major.minor.localbuild if local build: python setup.py install
198+ __version__ += ' .dev0 ' # set version as major.minor.localbuild if local build: python setup.py install
199199
200200print (" YourProject build version = {} " .format(__version__ )) # Перед сборкой выведется сообщение о том, какая версия собирается
201201
Original file line number Diff line number Diff line change 2424
2525else :
2626 print ("This is local build" )
27- __version__ += '.localbuild ' # set version as major.minor.localbuild if local build: python setup.py install
27+ __version__ += '.dev0 ' # set version as major.minor.localbuild if local build: python setup.py install
2828
2929print ("ExampleProject build version = {}" .format (__version__ )) # Перед сборкой выведется сообщение о том, какая версия собирается
3030
You can’t perform that action at this time.
0 commit comments