From 6eaf2c48bdf372c62206009cc1f9d4363c11c1f9 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 3 Jan 2022 20:24:46 +0000 Subject: [PATCH] 0.4.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4183b9..8215398 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.4.0 (2022-01-03) +### Feature +* Added some FurtureWarning suppressant ([`042ed9e`](https://github.com/InatiLab/fcdproc/commit/042ed9efd80d3afd148abb068d6e88f181d792c9)) + ## v0.3.12 (2021-12-29) ### Fix * Added the readthedoc image in README.rst ([`03f2c54`](https://github.com/InatiLab/fcdproc/commit/03f2c5479fc62e8f7c62afe4f5b22d2268d1fd54)) diff --git a/setup.py b/setup.py index fb5f5e8..747457a 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ except ImportError: pass -__version__='0.3.12' +__version__='0.4.0' setup( name="fcdproc", version= __version__,