Skip to content

Commit a10a0eb

Browse files
* fix package error
1 parent 4e11b80 commit a10a0eb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# V0.1.2
2+
3+
* fix package error
4+
15
# V0.1.1
26

37
* add support for request context

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
setup(
1111
name='Flask-Threads-Ext',
12-
version='0.1.1',
12+
version='0.1.2',
1313
url='https://github.com/supercoderhawk/flask-threads',
14-
author='Alexey Minakov',
14+
author='Yubin Xia',
1515
author_email='[email protected]',
1616
description='A helper library to work with threads'
1717
' within Flask applications.',

0 commit comments

Comments
 (0)