We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3303601 commit da0c2feCopy full SHA for da0c2fe
ChangeLog
@@ -1,3 +1,11 @@
1
+2012-06-29 James Turk <[email protected]>
2
+
3
+* sunlight/service.py:
4
+ - Add new safe_encode function to use rather then urlencode
5
+* sunlight/services/*.py:
6
+ - Migrate the sunlight.service.urlencode call to a .safe_encode call.
7
+* Bump release to 1.1.5
8
9
2012-06-29 Paul Tagliamonte <[email protected]>
10
11
* sunlight/services/openstates.py:
sunlight/__init__.py
@@ -11,7 +11,7 @@
"""
12
13
__appname__ = "sunlight"
14
-__version__ = "1.1.4"
+__version__ = "1.1.5"
15
16
import sunlight.services.openstates
17
import sunlight.services.capitolwords
0 commit comments