Skip to content

Commit 01f43cd

Browse files
committed
1.0.0
1 parent 44da356 commit 01f43cd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
---------
33

4+
1.0.0
5+
~~~~~
6+
- Drop Py2 support
7+
- Add new SimpleProcessWorker (https://github.com/spulec/PyQS/pull/76)
8+
49
0.1.6
510
~~~~~
611

pyqs/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .decorator import task # noqa
22

33
__title__ = 'pyqs'
4-
__version__ = '0.1.6'
4+
__version__ = '1.0.0'

0 commit comments

Comments
 (0)