Skip to content

Commit

Permalink
chore(release): prepare for v2022.9.2
Browse files Browse the repository at this point in the history
Signed-off-by: César Román <[email protected]>
  • Loading branch information
cesarcoatl committed Sep 22, 2022
1 parent 89ed924 commit f485e85
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v2022.9.2 (2022-09-21)

### Refactor

- **db**: cast return value to str (#78)
- **db**: return BasicDataset on get_data and o_get_data (#77)

## v2022.9.1 (2022-09-03)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion src/incendium/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version module."""

__version__ = "2022.9.1"
__version__ = "2022.9.2"

0 comments on commit f485e85

Please sign in to comment.