We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4278941 + 4ef1803 commit c88e68aCopy full SHA for c88e68a
projman_filler/__init__.py
@@ -4,4 +4,4 @@
4
5
__author__ = """Johan Dahlberg"""
6
__email__ = '[email protected]'
7
-__version__ = '1.5.0'
+__version__ = '1.5.1'
setup.py
@@ -13,7 +13,7 @@
13
requirements = [
14
'Click>=6.0',
15
'xmltodict',
16
- 'interop',
+ 'interop>=1.1.5',
17
'SQLAlchemy',
18
'pymssql',
19
'pandas'
0 commit comments