Skip to content

Commit f41eb31

Browse files
author
César Román
committed
bump: version 2023.2.0 → 2023.3.0
1 parent e51cb36 commit f41eb31

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

Diff for: .cz.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ commitizen:
33
name: cz_conventional_commits
44
tag_format: v$version
55
update_changelog_on_bump: true
6-
version: 2023.2.0
6+
version: 2023.3.0
77
version_files:
8-
- src/incendium/version.py
8+
- setup.cfg:version

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v2023.3.0 (2023-03-30)
2+
3+
### Feat
4+
5+
- **dataset**: add from_list_of_dicts (#140)
6+
7+
### Refactor
8+
9+
- **helper**: move SProcResult from helper.types to db module (#141)
10+
111
## v2023.2.0 (2023-02-25)
212

313
### Feat

Diff for: setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = incendium
3-
version = attr: incendium.version.__version__
3+
version = 2023.3.0
44
description = Package that extends and wraps Ignition Scripting API
55
long_description = file: README.md, CHANGELOG.md
66
long_description_content_type = text/markdown

Diff for: src/incendium/version.py

-3
This file was deleted.

0 commit comments

Comments
 (0)