Compare commits
No commits in common. "26193bee00bb67e5879c99d1f1d4909e30593537" and "5f1ca9a92ed7d395296449d8b55d7a33db87affe" have entirely different histories.
26193bee00
...
5f1ca9a92e
4 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.1.2
|
||||
current_version = 0.1.1
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -6,7 +6,7 @@ with open('README.rst') as f:
|
|||
|
||||
setuptools.setup(
|
||||
name='TSGRain Controller',
|
||||
version='0.1.2',
|
||||
version='0.1.1',
|
||||
author='ThetaDev',
|
||||
description='TSGRain irrigation controller',
|
||||
long_description=README,
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.1.2'
|
||||
__version__ = '0.1.1'
|
||||
|
|
|
@ -39,7 +39,7 @@ def run():
|
|||
|
||||
cfg_path = None
|
||||
if args.cfg:
|
||||
cfg_path = args.cfg.resolve()
|
||||
cfg_path = args.cfg.name
|
||||
|
||||
app = application.Application(io_type, cfg_path=cfg_path)
|
||||
|
||||
|
|
Loading…
Reference in a new issue