diff --git a/CHANGELOG.md b/CHANGELOG.md index d7ab139..a4183b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.3.12 (2021-12-29) +### Fix +* Added the readthedoc image in README.rst ([`03f2c54`](https://github.com/InatiLab/fcdproc/commit/03f2c5479fc62e8f7c62afe4f5b22d2268d1fd54)) + ## v0.3.11 (2021-12-29) ### Fix * Added sphinx-click to the requirment ([`7963f07`](https://github.com/InatiLab/fcdproc/commit/7963f076b14d9551f51443d296231f3506e6112a)) diff --git a/setup.py b/setup.py index 4b054f7..fb5f5e8 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ except ImportError: pass -__version__='0.3.11' +__version__='0.3.12' setup( name="fcdproc", version= __version__,