Compare commits

..

No commits in common. "26193bee00bb67e5879c99d1f1d4909e30593537" and "5f1ca9a92ed7d395296449d8b55d7a33db87affe" have entirely different histories.

4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.2
current_version = 0.1.1
commit = True
tag = True

View file

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

View file

@ -1 +1 @@
__version__ = '0.1.2'
__version__ = '0.1.1'

View file

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