Skip to content

Commit 2baf6bf

Browse files
committed
Bumping to 1.1.0
1 parent 142f1e4 commit 2baf6bf

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
2012-02-26 Paul Tagliamonte <[email protected]>
22

33
* MANIFEST.in: Including the docs in the sdist tarball.
4+
* Bump release to 1.0.6, then to 1.1.0
45

56
2012-02-21 Paul Tagliamonte <[email protected]>
67

MANIFEST.in

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

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.6"
14+
__version__ = "1.1.0"
1515

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

0 commit comments

Comments
 (0)