Skip to content

Commit

Permalink
bump version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
daigotanaka committed May 6, 2021
1 parent 87fa28d commit ff6d9b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## History

### 0.2.3 (2021-05-06)

- fix: missing variable for max_page logging

### 0.2.2 (2021-05-03)

- fix: end_datetime is not honored when timestamp_key is used #12
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from setuptools import setup

VERSION = "0.2.2"
VERSION = "0.2.3"

with open("README.md", "r") as fh:
long_description = fh.read()
Expand Down

0 comments on commit ff6d9b3

Please sign in to comment.