Skip to content

Commit a0d6e16

Browse files
committed
Release 1.3.1
1 parent dd9111b commit a0d6e16

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

docs/source/release-notes/1.3.1.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
1.3.1 -- 2019-04-23
2+
-------------------
3+
4+
- Only apply IDNA-encoding when there are characters
5+
outside of the ASCII character set.
6+
7+
See also `GitHub #52`_
8+
9+
.. links
10+
11+
.. _GitHub #52:
12+
https://github.com/python-hyper/rfc3986/pull/52

docs/source/release-notes/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ here with the newest releases first.
1010

1111
.. toctree::
1212

13+
1.3.1
1314
1.3.0
1415
1.2.0
1516
1.1.0

src/rfc3986/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
__author_email__ = '[email protected]'
3737
__license__ = 'Apache v2.0'
3838
__copyright__ = 'Copyright 2014 Rackspace'
39-
__version__ = '1.3.0'
39+
__version__ = '1.3.1'
4040

4141
__all__ = (
4242
'ParseResult',

0 commit comments

Comments
 (0)