Skip to content

Commit

Permalink
Bump version to 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
seedofjoy committed Feb 3, 2022
1 parent aa0df8c commit 8c20410
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -3,7 +3,7 @@
Changelog
---------

(unreleased)
0.10.2(2022-02-03)
............
* Add proper typing for functions wrapped with the @task decorator. Mypy will now check that parameters are passed correctly when calling ``func()`` and ``func.delay()``

Expand Down
2 changes: 1 addition & 1 deletion darq/version.py
Expand Up @@ -2,4 +2,4 @@

__all__ = ['VERSION']

VERSION = StrictVersion('0.10.1')
VERSION = StrictVersion('0.10.2')
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -36,6 +36,7 @@ def readfile(filename: str) -> str:
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Typing :: Typed',
],
entry_points={
Expand Down

0 comments on commit 8c20410

Please sign in to comment.