File tree 4 files changed +10
-2
lines changed
4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 1.0.3] - 2021-02-11
6
+
7
+ ### Changed
8
+
9
+ - Fix to prevent the script from hiding connection errors on subsequent failed attempts.
10
+
5
11
## [ 1.0.2] - 2021-01-27
6
12
7
13
No changes, just a reupload to fix bad Pypi upload of 1.0.1.
Original file line number Diff line number Diff line change
1
+ venv/bin/python setup.py sdist bdist_wheel
Original file line number Diff line number Diff line change
1
+ venv/bin/python setup.py sdist bdist_wheel && venv/bin/twine upload dist/*
Original file line number Diff line number Diff line change 10
10
11
11
setup (
12
12
name = 'idasen-controller' ,
13
- version = '1.0.2 ' ,
13
+ version = '1.0.3 ' ,
14
14
author = 'Rhys Tyers' ,
15
15
author_email = '' ,
16
16
url = 'https://github.com/rhyst/idasen-controller' ,
34
34
zip_safe = False ,
35
35
include_package_data = True ,
36
36
package_data = {'' : ['example/*' ]},
37
- )
37
+ )
You can’t perform that action at this time.
0 commit comments