Skip to content

Commit bfad4a7

Browse files
committed
0.3.11
Automatically generated by python-semantic-release
1 parent ec278c2 commit bfad4a7

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

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

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.10'
44+
__version__='0.3.11'
4545
setup(
4646
name="fcdproc",
4747
version= __version__,

0 commit comments

Comments
 (0)