Skip to content

Commit 142f1e4

Browse files
committed
Bumping to 1.0.6
1 parent fa4db88 commit 142f1e4

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2012-02-26 Paul Tagliamonte <[email protected]>
2+
3+
* MANIFEST.in: Including the docs in the sdist tarball.
4+
15
2012-02-21 Paul Tagliamonte <[email protected]>
26

37
* sunlight/service.py: Fixed the decode param to work with python2.6. This

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
include AUTHORS ChangeLog *.rst LICENSE
2+
recursive-include docs *

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.5"
14+
__version__ = "1.0.6"
1515

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

0 commit comments

Comments
 (0)