Skip to content

Commit 2d62a84

Browse files
authored
Merge pull request #71 from Embarcadero/deploy-pypi
Deploy pypi
2 parents 68e0b59 + ce779c4 commit 2d62a84

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

delphifmx/__version__.py

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

docs/source/changelog.rst

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ Changelog
77

88
changelog/1.0.3-changelog
99
changelog/1.0.4-changelog
10+
changelog/1.0.5-changelog
+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
*******
2+
v1.0.5
3+
*******
4+
5+
:Date: March 15, 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+
Fixed Bugs
22+
------------
23+
24+
* Fixing the Mac M1 dead-lock when loading the delphifmx package (`#38 <https://github.com/Embarcadero/DelphiFMX4Python/issues/38>`_ and `#7 <https://github.com/Embarcadero/DelphiFMX4Python/issues/7>`_).
25+
26+
Enhancements
27+
------------
28+
29+
* Bytes manipulation with streams (`#68 <https://github.com/Embarcadero/DelphiFMX4Python/issues/68>`_).

0 commit comments

Comments
 (0)