mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Merge pull request #416 from JackDandy/feature/UpdateConfigObj
Update ConfigObj library 4.6.0 to 5.1.0 (a68530a).
This commit is contained in:
commit
3064d30be8
4 changed files with 1985 additions and 483 deletions
|
@ -46,6 +46,7 @@
|
|||
* Update xmltodict library 0.9.0 to 0.9.2 (579a005)
|
||||
* Update dateutil library 2.2 to 2.4.2 (a6b8925)
|
||||
* Change zoneinfo update/loader to be compatible with dateutil 2.4.2
|
||||
* Update ConfigObj library 4.6.0 to 5.1.0 (a68530a)
|
||||
|
||||
[develop changelog]
|
||||
* Update Requests library 2.7.0 (ab1f493) to 2.7.0 (8b5e457)
|
||||
|
|
File diff suppressed because it is too large
Load diff
1
lib/configobj/_version.py
Normal file
1
lib/configobj/_version.py
Normal file
|
@ -0,0 +1 @@
|
|||
__version__ = '5.1.0'
|
1471
lib/configobj/validate.py
Normal file
1471
lib/configobj/validate.py
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue