We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e1dca commit cf40023Copy full SHA for cf40023
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.3.12 (2021-12-29)
6
+### Fix
7
+* Added the readthedoc image in README.rst ([`03f2c54`](https://github.com/InatiLab/fcdproc/commit/03f2c5479fc62e8f7c62afe4f5b22d2268d1fd54))
8
+
9
## v0.3.11 (2021-12-29)
10
### Fix
11
* Added sphinx-click to the requirment ([`7963f07`](https://github.com/InatiLab/fcdproc/commit/7963f076b14d9551f51443d296231f3506e6112a))
setup.py
@@ -41,7 +41,7 @@
41
except ImportError:
42
pass
43
44
-__version__='0.3.11'
+__version__='0.3.12'
45
setup(
46
name="fcdproc",
47
version= __version__,
0 commit comments