Skip to content

Commit

Permalink
release: 0.2.11 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar authored Jan 26, 2024
1 parent 38a692a commit ce3df30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Change log

### 0.2.11

- fix: relax packaging dependency (#109) [Daniel Vaz Gaspar]

### 0.2.10

- fix: OpenDistro dialect quotes properly with backticks now (#99) [Beto Dealmeida]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ce3df30

Please sign in to comment.