Skip to content

Commit ce3df30

Browse files
authored
release: 0.2.11 (#110)
1 parent 38a692a commit ce3df30

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Change log
22

3+
### 0.2.11
4+
5+
- fix: relax packaging dependency (#109) [Daniel Vaz Gaspar]
6+
37
### 0.2.10
48

59
- fix: OpenDistro dialect quotes properly with backticks now (#99) [Beto Dealmeida]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from setuptools import find_packages, setup
55

6-
VERSION = "0.2.10"
6+
VERSION = "0.2.11"
77
BASE_DIR = os.path.abspath(os.path.dirname(__file__))
88

99
with io.open("README.md", "r", encoding="utf-8") as f:

0 commit comments

Comments
 (0)