Skip to content

Commit

Permalink
Bumped version to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
denisenkom committed Oct 20, 2015
1 parent e38a05e commit 3987bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytds/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""DB-SIG compliant module for communicating with MS SQL servers"""

__author__ = 'Mikhail Denisenko <denisenkom@gmail.com>'
__version__ = '1.8.0'
__version__ = '1.8.1'

from collections import deque
import logging
Expand Down

0 comments on commit 3987bf7

Please sign in to comment.