Add release notes and bump version for v0.3.0

This commit is contained in:
Ian Cordasco 2015-10-20 12:14:09 -05:00
parent 4d4f093f7b
commit 51f300936b
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
0.3.0 -- 2015-10-20
-------------------
- Read README and HISTORY files using the appropriate codec so rfc3986 can be
installed on systems with locale's other than utf-8 (specifically C)
- Replace the standard library's urlparse behaviour
0.2.2 -- 2015-05-27
-------------------

View File

@ -29,7 +29,7 @@ __author__ = 'Ian Cordasco'
__author_email__ = 'ian.cordasco@rackspace.com'
__license__ = 'Apache v2.0'
__copyright__ = 'Copyright 2014 Rackspace'
__version__ = '0.3.0.dev1'
__version__ = '0.3.0'
from .api import (URIReference, uri_reference, is_valid_uri, normalize_uri,
urlparse)