File tree Expand file tree Collapse file tree 7 files changed +20
-6
lines changed
Expand file tree Collapse file tree 7 files changed +20
-6
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,23 @@ Changelog
1414
1515.. towncrier release notes start
1616
17+ 1.0.0 (2021-11-09)
18+ ==================
19+
20+ Features
21+ --------
22+
23+ - Switch to ``async-timeout>=4.0.0 ``. (`#275 <https://github.com/aio-libs/aiojobs/issues/275 >`_)
24+ - Added Python 3.10 support. (`#277 <https://github.com/aio-libs/aiojobs/issues/277 >`_)
25+ - Added type hints support. (`#280 <https://github.com/aio-libs/aiojobs/issues/280 >`_)
26+
27+
28+ Deprecations and Removals
29+ -------------------------
30+
31+ - Dropped Python 3.5 support. (`#279 <https://github.com/aio-libs/aiojobs/issues/279 >`_)
32+
33+
17340.3.0 (2020-11-26)
1835==================
1936
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 66"""
77
88
9- __version__ = "0.3 .0"
9+ __version__ = "1.0 .0"
1010
1111from ._scheduler import Scheduler
1212
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ requires-python=">=3.6"
1414description-file =" README.rst"
1515classifiers = [
1616 " License :: OSI Approved :: Apache Software License" ,
17- " Development Status :: 4 - Beta " ,
17+ " Development Status :: 5 - Production/Stable " ,
1818 " Intended Audience :: Developers" ,
1919 " Framework :: AsyncIO" ,
2020 " Programming Language :: Python" ,
@@ -37,3 +37,4 @@ package = "aiojobs"
3737filename = " CHANGES.rst"
3838directory = " CHANGES/"
3939title_format = " {version} ({project_date})"
40+ issue_format = " `#{issue} <https://github.com/aio-libs/aiojobs/issues/{issue}>`_"
You can’t perform that action at this time.
0 commit comments