Skip to content

Commit 6eaf2c4

Browse files
committed
0.4.0
Automatically generated by python-semantic-release
1 parent 042ed9e commit 6eaf2c4

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

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.0 (2022-01-03)
6+
### Feature
7+
* Added some FurtureWarning suppressant ([`042ed9e`](https://github.com/InatiLab/fcdproc/commit/042ed9efd80d3afd148abb068d6e88f181d792c9))
8+
59
## v0.3.12 (2021-12-29)
610
### Fix
711
* Added the readthedoc image in README.rst ([`03f2c54`](https://github.com/InatiLab/fcdproc/commit/03f2c5479fc62e8f7c62afe4f5b22d2268d1fd54))

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.3.12'
44+
__version__='0.4.0'
4545
setup(
4646
name="fcdproc",
4747
version= __version__,

0 commit comments

Comments
 (0)