Skip to content

Commit

Permalink
Merge pull request #13 from eleflow/pipedrive_person_service
Browse files Browse the repository at this point in the history
setting new version (0.3.0)
  • Loading branch information
cehira authored Jun 13, 2024
2 parents 2f0a5ee + 887b982 commit 6c12548
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ $ .\.env\Scripts\activate
| 0.0.1a2 | 2022-05-08 | Initial development release | N/A | [@caiodearaujo](https://github.com/caiodearaujo) |
| 0.1.0 | 2022-06-01 | Initial release | N/A | [@caiodearaujo](https://github.com/caiodearaujo) |
| 0.2.0 | 2022-07-28 | New release with connectors stable | N/A | [@caiodearaujo](https://github.com/caiodearaujo) |

| 0.3.0 | 2024-06-10 | Fix - Pipedrive Person Service | N/A | [@cehira](https://github.com/cehira) |
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
with io.open('README.md', mode='r') as doc:
LONG_DESCRIPTION = doc.read()

VERSION = '0.2.0'
VERSION = '0.3.0'

setup(
name="pyspark-connectors",
Expand Down

0 comments on commit 6c12548

Please sign in to comment.