Update information for v0.2.2

This commit is contained in:
Ian Cordasco
2015-05-27 15:17:22 -05:00
parent a69196df31
commit 0dc24028c5
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
0.2.2 -- 2015-05-27
-------------------
- Update the regular name regular expression to accept all of the characters
allowed in the RFC. Closes bug #11 (Thanks Viktor Haag). Previously URIs
similar to "http://http-bin.org" would be considered invalid.
0.2.1 -- 2015-03-20
-------------------

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.2.1'
__version__ = '0.2.2'
from .api import (URIReference, uri_reference, is_valid_uri, normalize_uri)