Skip to content

Commit

Permalink
Bumped version to 1.5.27
Browse files Browse the repository at this point in the history
  • Loading branch information
asweigart committed Mar 14, 2016
1 parent aca9922 commit 7deec0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.txt
@@ -1,3 +1,4 @@
v1.5.27, 2016/03/14 -- Disable broken cygwin implementation until issue 55 can be fixed
v1.5.26, 2016/01/20 -- Fix #51, Replace wcscpy_s with memmove for Windows XP.
v1.5.25, 2015/12/13 -- Fix #53, PEP8 changes, STRING_FUNCTION rename
v1.5.24, 2015/11/14 -- Fix for Import ctypes.wintypes on Linux issue.
Expand Down
2 changes: 1 addition & 1 deletion pyperclip/__init__.py
Expand Up @@ -23,7 +23,7 @@
gtk and PyQt4 modules are not available for Python 3,
and this module does not work with PyGObject yet.
"""
__version__ = '1.5.26'
__version__ = '1.5.27'

import platform
import os
Expand Down

0 comments on commit 7deec0b

Please sign in to comment.