Skip to content

Commit da0c2fe

Browse files
author
Paul Tagliamonte
committed
Releasing a new version
1 parent 3303601 commit da0c2fe

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
2012-06-29 Paul Tagliamonte <[email protected]>
210

311
* sunlight/services/openstates.py:

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.1.4"
14+
__version__ = "1.1.5"
1515

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

0 commit comments

Comments
 (0)