We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f0a5ee + 887b982 commit 6c12548Copy full SHA for 6c12548
README.md
@@ -81,4 +81,4 @@ $ .\.env\Scripts\activate
81
| 0.0.1a2 | 2022-05-08 | Initial development release | N/A | [@caiodearaujo](https://github.com/caiodearaujo) |
82
| 0.1.0 | 2022-06-01 | Initial release | N/A | [@caiodearaujo](https://github.com/caiodearaujo) |
83
| 0.2.0 | 2022-07-28 | New release with connectors stable | N/A | [@caiodearaujo](https://github.com/caiodearaujo) |
84
-
+| 0.3.0 | 2024-06-10 | Fix - Pipedrive Person Service | N/A | [@cehira](https://github.com/cehira) |
setup.py
@@ -4,7 +4,7 @@
4
with io.open('README.md', mode='r') as doc:
5
LONG_DESCRIPTION = doc.read()
6
7
-VERSION = '0.2.0'
+VERSION = '0.3.0'
8
9
setup(
10
name="pyspark-connectors",
0 commit comments