Skip to content

Commit

Permalink
release: 0.2.3 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar authored Apr 20, 2021
1 parent ab0912e commit 34d5b2c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
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

0 comments on commit 34d5b2c

Please sign in to comment.