diff --git a/CHANGELOG.md b/CHANGELOG.md index 25a5e50..d7ab139 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.3.11 (2021-12-29) +### Fix +* Added sphinx-click to the requirment ([`7963f07`](https://github.com/InatiLab/fcdproc/commit/7963f076b14d9551f51443d296231f3506e6112a)) + ## v0.3.10 (2021-12-29) ### Fix * Added extra sphinx extensions ([`29b9e01`](https://github.com/InatiLab/fcdproc/commit/29b9e017cd6f5d970d73401593a18d041b92bd80)) diff --git a/setup.py b/setup.py index afa5c7f..4b054f7 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ except ImportError: pass -__version__='0.3.10' +__version__='0.3.11' setup( name="fcdproc", version= __version__,