We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ea52a8 + 9d7cb35 commit a4609e9Copy full SHA for a4609e9
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+### 1.1.0 (2019-06-11)
4
+- Release 1.1.0 with threads support to query all region in parallel
5
+
6
### (2019-06-10)
7
- Use threads to query each region
8
setup.py
@@ -2,7 +2,7 @@
from setuptools import setup
# Version
-version = "1.0.0"
+version = "1.1.0"
# Requires Python 3
if sys.version_info.major < 3:
0 commit comments