Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Cordasco committed Jun 30, 2014
1 parent dd371ba commit b5bf3ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.2.0 -- 2014-06-30
-------------------

- Add support for requiring components during validation. This includes adding
parameters ``require_scheme``, ``require_authority``, ``require_path``,
``require_path``, ``require_query``, and ``require_fragment`` to
``rfc3986.is_valid_uri`` and ``URIReference#is_valid``.

0.1.0 -- 2014-06-27
-------------------

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.1.0'
__version__ = '0.2.0'

from .api import (URIReference, uri_reference, is_valid_uri, normalize_uri)

Expand Down

0 comments on commit b5bf3ee

Please sign in to comment.