Skip to content

Commit 6c12548

Browse files
authored
Merge pull request #13 from eleflow/pipedrive_person_service
setting new version (0.3.0)
2 parents 2f0a5ee + 887b982 commit 6c12548

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ $ .\.env\Scripts\activate
8181
| 0.0.1a2 | 2022-05-08 | Initial development release | N/A | [@caiodearaujo](https://github.com/caiodearaujo) |
8282
| 0.1.0 | 2022-06-01 | Initial release | N/A | [@caiodearaujo](https://github.com/caiodearaujo) |
8383
| 0.2.0 | 2022-07-28 | New release with connectors stable | N/A | [@caiodearaujo](https://github.com/caiodearaujo) |
84-
84+
| 0.3.0 | 2024-06-10 | Fix - Pipedrive Person Service | N/A | [@cehira](https://github.com/cehira) |

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
with io.open('README.md', mode='r') as doc:
55
LONG_DESCRIPTION = doc.read()
66

7-
VERSION = '0.2.0'
7+
VERSION = '0.3.0'
88

99
setup(
1010
name="pyspark-connectors",

0 commit comments

Comments
 (0)