Skip to content

Commit 53a3dac

Browse files
committed
Method arguments and return type docstr for Sphinx
1 parent 3aca5dc commit 53a3dac

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

delphifmx/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.5"
1+
__version__ = "1.0.6"

docs/source/changelog.rst

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ Changelog
88
changelog/1.0.3-changelog
99
changelog/1.0.4-changelog
1010
changelog/1.0.5-changelog
11+
changelog/1.0.6-changelog
+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
*******
2+
v1.0.6
3+
*******
4+
5+
:Date: March 29, 2023
6+
7+
Contributors
8+
============
9+
10+
11+
* Lucas M Belo
12+
* Priyatham
13+
14+
15+
The patches included in this release have been reviewed by
16+
the following contributors.
17+
18+
* Lucas M Belo
19+
* Priyatham
20+
21+
Enhancements
22+
------------
23+
24+
* Method arguments and return type docstr for Sphinx.

0 commit comments

Comments
 (0)