Skip to content

Commit 532257c

Browse files
committed
0.4.3
Automatically generated by python-semantic-release
1 parent 171bad7 commit 532257c

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.4.3 (2022-03-04)
6+
### Fix
7+
* Fixed the identation issue in usage2 ([`baa285c`](https://github.com/InatiLab/fcdproc/commit/baa285c062fa3c4dcee7051bb1bdcc6d8058fd06))
8+
59
## v0.4.2 (2022-03-04)
610
### Fix
711
* Fixed the identation issue in usage ([`317f3e7`](https://github.com/InatiLab/fcdproc/commit/317f3e7c6b832ebccff29c8be088bafaf4b78507))

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

0 commit comments

Comments
 (0)