Skip to content

Commit 29ba618

Browse files
committed
0.4.1
Automatically generated by python-semantic-release
1 parent bb070f4 commit 29ba618

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.4.1 (2022-03-03)
6+
### Fix
7+
* Removed space list from base script ([`bb070f4`](https://github.com/InatiLab/fcdproc/commit/bb070f4c29cccb902ac4a350fadaba573c68797b))
8+
59
## v0.4.0 (2022-01-03)
610
### Feature
711
* Added some FurtureWarning suppressant ([`042ed9e`](https://github.com/InatiLab/fcdproc/commit/042ed9efd80d3afd148abb068d6e88f181d792c9))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
except ImportError:
4242
pass
4343

44-
__version__='0.4.0'
44+
__version__='0.4.1'
4545
setup(
4646
name="fcdproc",
4747
version= __version__,

0 commit comments

Comments
 (0)