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.
1 parent 38a692a commit ce3df30Copy full SHA for ce3df30
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Change log
2
3
+### 0.2.11
4
+
5
+- fix: relax packaging dependency (#109) [Daniel Vaz Gaspar]
6
7
### 0.2.10
8
9
- fix: OpenDistro dialect quotes properly with backticks now (#99) [Beto Dealmeida]
setup.py
@@ -3,7 +3,7 @@
from setuptools import find_packages, setup
-VERSION = "0.2.10"
+VERSION = "0.2.11"
BASE_DIR = os.path.abspath(os.path.dirname(__file__))
with io.open("README.md", "r", encoding="utf-8") as f:
0 commit comments