Skip to content

Commit 3c642ae

Browse files
committed
Bump to 0.2.1
1 parent 458317e commit 3c642ae

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ Changelog
1414

1515
.. towncrier release notes start
1616
17+
0.2.1 (2018-03-10)
18+
==================
19+
20+
- Add missing decription file
21+
1722
0.2.0 (2018-03-10)
1823
==================
1924

aiojobs/__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__ = '0.2.0'
9+
__version__ = '0.2.1'
1010

1111
import asyncio
1212
from ._scheduler import Scheduler

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ author-email = "andrew.svetlov@gmail.com"
99
home-page = "https://github.com/aio-libs/aiojobs"
1010
requires=["aiohttp >= 2.3.0"]
1111
requires-python=">=3.5"
12+
description-file="README.rst"
1213
classifiers = ["License :: OSI Approved :: Apache Software License",
1314
"Development Status :: 4 - Beta",
1415
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)