Skip to content

Commit f485e85

Browse files
author
César Román
committed
chore(release): prepare for v2022.9.2
Signed-off-by: César Román <[email protected]>
1 parent 89ed924 commit f485e85

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v2022.9.2 (2022-09-21)
2+
3+
### Refactor
4+
5+
- **db**: cast return value to str (#78)
6+
- **db**: return BasicDataset on get_data and o_get_data (#77)
7+
18
## v2022.9.1 (2022-09-03)
29

310
### Fix

Diff for: src/incendium/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version module."""
22

3-
__version__ = "2022.9.1"
3+
__version__ = "2022.9.2"

0 commit comments

Comments
 (0)