We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14a6084 commit f0c9d91Copy full SHA for f0c9d91
3 files changed
AUTHORS.txt
@@ -14,3 +14,4 @@ Contributors
14
- Yulli <https://github.com/Yulli>
15
- samuelclay <https://github.com/samuelclay>
16
- Cleber J Santos <https://github.com/cleberjsantos>
17
+- samdobson <https://github.com/samdobson>
CHANGES.txt
@@ -1,3 +1,6 @@
1
+Version 0.1.6
2
+ + Python 3 compatibility thanks to Sambodson (https://github.com/samdobson)
3
+
4
Version 0.1.5
5
+ Updated API
6
dop/__init__.py
@@ -20,6 +20,6 @@
20
"""
21
22
__title__ = 'dop'
23
-__version__ = '0.1.5'
+__version__ = '0.1.6'
24
__author__ = 'Antonio H Montero'
25
__license__ = 'MIT'
0 commit comments