Skip to content

Commit fa4db88

Browse files
author
Paul Tagliamonte
committed
Releasing 1.0.5
1 parent 71ba19d commit fa4db88

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

ChangeLog

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
2012-02-17 Paul Tagliamonte <[email protected]
1+
2012-02-21 Paul Tagliamonte <[email protected]>
2+
3+
* sunlight/service.py: Fixed the decode param to work with python2.6. This
4+
issue was discovered and reported by @eyeseast on GitHub. Sorry for the bumpy
5+
ride, everyone.
6+
* Bump release to 1.0.5
7+
8+
2012-02-17 Paul Tagliamonte <[email protected]>
29

310
* sunlight/service.py: Added a UTF hint to the .decode() call, it was
411
resulting in a unicode error when translating UTF -> ASCII. This resulted in

sunlight/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"""
1212

1313
__appname__ = "sunlight"
14-
__version__ = "1.0.4"
14+
__version__ = "1.0.5"
1515

1616
import sunlight.services.openstates
1717
import sunlight.services.capitolwords

0 commit comments

Comments
 (0)