We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 042ed9e commit 6eaf2c4Copy full SHA for 6eaf2c4
2 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.4.0 (2022-01-03)
6
+### Feature
7
+* Added some FurtureWarning suppressant ([`042ed9e`](https://github.com/InatiLab/fcdproc/commit/042ed9efd80d3afd148abb068d6e88f181d792c9))
8
+
9
## v0.3.12 (2021-12-29)
10
### Fix
11
* Added the readthedoc image in README.rst ([`03f2c54`](https://github.com/InatiLab/fcdproc/commit/03f2c5479fc62e8f7c62afe4f5b22d2268d1fd54))
setup.py
@@ -41,7 +41,7 @@
41
except ImportError:
42
pass
43
44
-__version__='0.3.12'
+__version__='0.4.0'
45
setup(
46
name="fcdproc",
47
version= __version__,
0 commit comments