We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a59e0 commit c55a103Copy full SHA for c55a103
sde/__about__.py
@@ -1 +1 @@
1
-__version__ = '1.1.4'
+__version__ = '1.1.5'
setup.py
@@ -14,7 +14,8 @@
14
_version_re = re.compile(r"__version__\s=\s'(.*)'")
15
16
install_requires = [
17
- "six",
+ # collections_abc moves introduced there
18
+ "six>=1.13.0",
19
"pyyaml"
20
]
21
tests_requires = [
0 commit comments