Skip to content

Commit

Permalink
Bump version to 1.2 and updated README changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
codeinthehole committed Jan 17, 2016
1 parent 5e50801 commit 636692d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.rst
Expand Up @@ -168,6 +168,12 @@ A wide variety of expansions are possible - refer to the RFC_ for more details.
Changelog
---------

v1.2
~~~~

* Support password-less URLs
* Allow slashes to be passed as path segments

v1.1
~~~~

Expand Down
2 changes: 1 addition & 1 deletion purl/__init__.py
@@ -1,4 +1,4 @@
from .url import URL # noqa
from .template import expand, Template # noqa

__version__ = '1.1'
__version__ = '1.2'

0 comments on commit 636692d

Please sign in to comment.