Skip to content

Commit d592f1c

Browse files
committed
Bump to 1.2.0
1 parent 52a40b4 commit d592f1c

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

CHANGES.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
1+
2+
13
.. towncrier release notes start
24
5+
1.2.0 (2021-12-15)
6+
==================
7+
8+
Bugfixes
9+
--------
10+
11+
- Raise a ``HTTPBadRequest`` instead of ``ValueError`` when ``X-Forwarded-For`` header is not a valid IP. (`#311 <https://github.com/aio-libs/aiohttp-remotes/issues/311>`_)
12+
13+
14+
Deprecations and Removals
15+
-------------------------
16+
17+
- Dropped Python 3.6 support, the minimal supported aiohttp is 3.8.1 (`#331 <https://github.com/aio-libs/aiohttp-remotes/issues/331>`_)
18+
19+
320
1.1.0 (2021-11-04)
421
==================
522

CHANGES/311.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/331.removal

Lines changed: 0 additions & 1 deletion
This file was deleted.

aiohttp_remotes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"""
77

88

9-
__version__ = "1.1.0"
9+
__version__ = "1.2.0"
1010

1111

1212
from typing_extensions import Protocol

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Documentation = "https://aiohttp-remotes.readthedocs.io"
2828

2929

3030
[tool.towncrier]
31-
package = "aiohttp-remotes"
31+
package = "aiohttp_remotes"
3232
filename = "CHANGES.rst"
3333
directory = "CHANGES/"
3434
title_format = "{version} ({project_date})"

0 commit comments

Comments
 (0)