From 3c642aed342decd52f844a6cdba3aa09c6f77df2 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Sun, 11 Mar 2018 00:35:19 +0200 Subject: [PATCH] Bump to 0.2.1 --- CHANGES.rst | 5 +++++ aiojobs/__init__.py | 2 +- pyproject.toml | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 2327b09..af273ce 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,6 +14,11 @@ Changelog .. towncrier release notes start +0.2.1 (2018-03-10) +================== + +- Add missing decription file + 0.2.0 (2018-03-10) ================== diff --git a/aiojobs/__init__.py b/aiojobs/__init__.py index 1d2bab2..7a04271 100644 --- a/aiojobs/__init__.py +++ b/aiojobs/__init__.py @@ -6,7 +6,7 @@ """ -__version__ = '0.2.0' +__version__ = '0.2.1' import asyncio from ._scheduler import Scheduler diff --git a/pyproject.toml b/pyproject.toml index 98781bd..4ead600 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,7 @@ author-email = "andrew.svetlov@gmail.com" home-page = "https://github.com/aio-libs/aiojobs" requires=["aiohttp >= 2.3.0"] requires-python=">=3.5" +description-file="README.rst" classifiers = ["License :: OSI Approved :: Apache Software License", "Development Status :: 4 - Beta", "Intended Audience :: Developers",