Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
release: 0.2.3
  • Loading branch information
dpgaspar committed Apr 20, 2021
commit c3ed206ab6ebf7bb309d081395ca13a799ee8d4c
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.3

- fix: missing dependency, packaging [Daniel Vaz Gaspar]

### 0.2.2

- fix: support elasticsearch > 7.10 [Daniel Vaz Gaspar]
Expand Down
2 changes: 0 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@ twine upload dist/*
```
- tag X.Y.Z
- Create github release


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.2"
VERSION = "0.2.3"
BASE_DIR = os.path.abspath(os.path.dirname(__file__))

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