Skip to content

Commit 0bce440

Browse files
Merge pull request #100 from preset-io/release/0.2.10
release/0.2.10
2 parents 6637257 + 3de34d7 commit 0bce440

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Change log
22

3-
### Next
3+
### 0.2.10
44

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

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.9"
6+
VERSION = "0.2.10"
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)