Skip to content

Commit

Permalink
History and version bump for v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmavirus24 committed Dec 6, 2015
1 parent be7538a commit 8498df6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.3.1 -- 2015-12-15
-------------------

- Preserve empty query strings during normalization

0.3.0 -- 2015-10-20
-------------------

Expand Down
2 changes: 1 addition & 1 deletion rfc3986/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
__author_email__ = 'ian.cordasco@rackspace.com'
__license__ = 'Apache v2.0'
__copyright__ = 'Copyright 2014 Rackspace'
__version__ = '0.3.0'
__version__ = '0.3.1'

from .api import (URIReference, uri_reference, is_valid_uri, normalize_uri,
urlparse)
Expand Down

0 comments on commit 8498df6

Please sign in to comment.