Skip to content

Commit

Permalink
Version bump 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bennylope committed Mar 25, 2016
1 parent 4fa7a94 commit 5e4e514
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ Contributors
------------

* `Arsen Mamikonyan <https://github.com/mamikonyana>`_
* `Patrick Michael Kane <https://github.com/pmkane>`_
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
History
-------

0.3.0 (2016-03-10)
------------------

* Ensure keep-alive is used for client connections (pmkane!)
* Testing updates (pmkane!)

0.2.4 (2015-03-15)
------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

# General information about the project.
project = u'SmartyStreets.py'
copyright = u'2014, Ben Lopatin'
copyright = u'2014-2016, Ben Lopatin'

# The version info for the project you're documenting, acts as replacement
# for |version| and |release|, also used in various other places throughout
Expand Down Expand Up @@ -272,4 +272,4 @@
#texinfo_show_urls = 'footnote'

# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False
#texinfo_no_detailmenu = False
2 changes: 1 addition & 1 deletion smartystreets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = 'Ben Lopatin'
__email__ = 'ben@wellfire.co'
__version__ = '0.2.4'
__version__ = '0.3.0'


from .client import Client # noqa

0 comments on commit 5e4e514

Please sign in to comment.