Skip to content

Commit 2982509

Browse files
authored
Release 1.3.2 (#56)
1 parent ddb5b0f commit 2982509

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

docs/source/release-notes/1.3.2.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
1.3.2 -- 2019-05-13
2+
-------------------
3+
4+
- Remove unnecessary IRI-flavored matchers from ``rfc3986.misc`` to
5+
speed up import time on resource-constrained systems.
6+
7+
See also `GitHub #55`_
8+
9+
.. links
10+
11+
.. _GitHub #55:
12+
https://github.com/python-hyper/rfc3986/pull/55

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.2
1314
1.3.1
1415
1.3.0
1516
1.2.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.1'
39+
__version__ = '1.3.2'
4040

4141
__all__ = (
4242
'ParseResult',

0 commit comments

Comments
 (0)