Skip to content

Commit 6faa28a

Browse files
committed
0.3.10
Automatically generated by python-semantic-release
1 parent 7538960 commit 6faa28a

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.10 (2021-12-29)
6+
### Fix
7+
* Added extra sphinx extensions ([`29b9e01`](https://github.com/InatiLab/fcdproc/commit/29b9e017cd6f5d970d73401593a18d041b92bd80))
8+
59
## v0.3.9 (2021-12-29)
610
### Fix
711
* Changed sphinx_click ([`f41ea39`](https://github.com/InatiLab/fcdproc/commit/f41ea39b4fb94f9ffe733662cf5a200ac426fb2c))

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

0 commit comments

Comments
 (0)