Skip to content

Commit a4609e9

Browse files
author
Esteban Sanchez
authored
Merge pull request #3 from spreaker/release_1.1
Release 1.1.0
2 parents 2ea52a8 + 9d7cb35 commit a4609e9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
### 1.1.0 (2019-06-11)
4+
- Release 1.1.0 with threads support to query all region in parallel
5+
36
### (2019-06-10)
47
- Use threads to query each region
58

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup
33

44
# Version
5-
version = "1.0.0"
5+
version = "1.1.0"
66

77
# Requires Python 3
88
if sys.version_info.major < 3:

0 commit comments

Comments
 (0)