Update information for v0.2.2
This commit is contained in:
@@ -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
|
||||
-------------------
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user