Skip to content

Commit f0c9d91

Browse files
committed
updated version to 1.6
1 parent 14a6084 commit f0c9d91

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

AUTHORS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ Contributors
1414
- Yulli <https://github.com/Yulli>
1515
- samuelclay <https://github.com/samuelclay>
1616
- Cleber J Santos <https://github.com/cleberjsantos>
17+
- samdobson <https://github.com/samdobson>

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Version 0.1.6
2+
+ Python 3 compatibility thanks to Sambodson (https://github.com/samdobson)
3+
14
Version 0.1.5
25
+ Updated API
36

dop/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"""
2121

2222
__title__ = 'dop'
23-
__version__ = '0.1.5'
23+
__version__ = '0.1.6'
2424
__author__ = 'Antonio H Montero'
2525
__license__ = 'MIT'

0 commit comments

Comments
 (0)