We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44da356 commit 01f43cdCopy full SHA for 01f43cd
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
Changelog
2
---------
3
4
+1.0.0
5
+~~~~~
6
+- Drop Py2 support
7
+- Add new SimpleProcessWorker (https://github.com/spulec/PyQS/pull/76)
8
+
9
0.1.6
10
~~~~~
11
pyqs/__init__.py
@@ -1,4 +1,4 @@
from .decorator import task # noqa
__title__ = 'pyqs'
-__version__ = '0.1.6'
+__version__ = '1.0.0'
0 commit comments