Skip to content

Commit c7ff4c7

Browse files
author
Paul Tagliamonte
committed
Kicking up the version number to 1.1.3
1 parent c68a1c4 commit c7ff4c7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Fixed the exception that gets raised
66
when running "openstates.bill(None)" from something cryptic to something
77
a bit more explicit.
8+
* Bump release to 1.1.3
89

910
2012-04-12 Paul Tagliamonte <[email protected]>
1011

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.2"
14+
__version__ = "1.1.3"
1515

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

0 commit comments

Comments
 (0)