We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6637257 + 3de34d7 commit 0bce440Copy full SHA for 0bce440
CHANGELOG.md
@@ -1,6 +1,6 @@
1
## Change log
2
3
-### Next
+### 0.2.10
4
5
- fix: OpenDistro dialect quotes properly with backticks now (#99) [Beto Dealmeida]
6
setup.py
@@ -3,7 +3,7 @@
from setuptools import find_packages, setup
-VERSION = "0.2.9"
+VERSION = "0.2.10"
7
BASE_DIR = os.path.abspath(os.path.dirname(__file__))
8
9
with io.open("README.md", "r", encoding="utf-8") as f:
0 commit comments