Skip to content

Commit cf40023

Browse files
committed
0.3.12
Automatically generated by python-semantic-release
1 parent 56e1dca commit cf40023

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

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+
59
## v0.3.11 (2021-12-29)
610
### Fix
711
* Added sphinx-click to the requirment ([`7963f07`](https://github.com/InatiLab/fcdproc/commit/7963f076b14d9551f51443d296231f3506e6112a))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
except ImportError:
4242
pass
4343

44-
__version__='0.3.11'
44+
__version__='0.3.12'
4545
setup(
4646
name="fcdproc",
4747
version= __version__,

0 commit comments

Comments
 (0)