Skip to content

Commit 9f1e15f

Browse files
committed
Bump to 1.3.0a0
1 parent 2538a00 commit 9f1e15f

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

CHANGES.rst

+20
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,26 @@ Changelog
1414

1515
.. towncrier release notes start
1616
17+
1.3.0a0 (2022-01-18)
18+
====================
19+
20+
Bugfixes
21+
--------
22+
23+
- Do not install C sources with binary distributions.
24+
`#250 <https://github.com/aio-libs/frozenlist/issues/250>`_
25+
26+
27+
Deprecations and Removals
28+
-------------------------
29+
30+
- Dropped Python 3.6 support
31+
`#274 <https://github.com/aio-libs/frozenlist/issues/274>`_
32+
33+
34+
----
35+
36+
1737
1.2.0 (2021-10-16)
1838
==================
1939

CHANGES/250.bugfix

-1
This file was deleted.

CHANGES/274.removal

-1
This file was deleted.

frozenlist/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from functools import total_ordering
66
from typing import Tuple, Type
77

8-
__version__ = "1.2.0"
8+
__version__ = "1.3.0a0"
99

1010
__all__ = ("FrozenList", "PyFrozenList") # type: Tuple[str, ...]
1111

0 commit comments

Comments
 (0)