Skip to content

Commit 6d68423

Browse files
committed
changelog, 1.1.1 bump, no release yet
1 parent 0234dd8 commit 6d68423

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2012-02-27 James Turk <[email protected]>
2+
3+
* Yet another fix for Python 3, remove an extra items() call in congress client
4+
* Bumping to 1.1.1
5+
16
2012-02-26 Paul Tagliamonte <[email protected]>
27

38
* MANIFEST.in: Including the docs in the sdist tarball.

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.0"
14+
__version__ = "1.1.1"
1515

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

0 commit comments

Comments
 (0)