Skip to content

Commit f8a64d0

Browse files
committed
0.3.9
Automatically generated by python-semantic-release
1 parent f41ea39 commit f8a64d0

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## v0.3.9 (2021-12-29)
6+
### Fix
7+
* Changed sphinx_click ([`f41ea39`](https://github.com/InatiLab/fcdproc/commit/f41ea39b4fb94f9ffe733662cf5a200ac426fb2c))
8+
* Changed sphinx_click to sphinx-click ([`9e02bc6`](https://github.com/InatiLab/fcdproc/commit/9e02bc626a915b130cbba8efaa2f13c41f3837e5))
9+
* Changed sphinx_click to sphinx-click ([`e4060c7`](https://github.com/InatiLab/fcdproc/commit/e4060c716eda9a63a5d466b3bc9e465159e65c74))
10+
511
## v0.3.8 (2021-12-28)
612
### Fix
713
* Removed README.md file ([`0f20504`](https://github.com/InatiLab/fcdproc/commit/0f20504d9225cc6c8f54a87a17ef52309d7977c2))

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

0 commit comments

Comments
 (0)