Skip to content

Commit

Permalink
Update CHANGELOG for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
PApostol committed Dec 9, 2021
1 parent f1fa0c4 commit 6b951b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
### Spark-submit

##### 1.1.1 (TBD)
##### 1.2.0 (2021-12-09)
- Improve support for Yarn and Kubernetes clusters on polling and killing submitted tasks
- Use dedicated file for default arguments and Spark states
- Added optional `timeout` argument for `submit()`
- Use consistent path separators where possible

##### 1.1.0 (2021-11-13)
Expand Down
2 changes: 1 addition & 1 deletion spark_submit/__info__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
__author_email__ = '[email protected]'
__maintainer__ = 'PApostol'
__license__ = 'MIT'
__version__ = '1.1.0'
__version__ = '1.2.0'
__description__ = 'Python manager for spark-submit jobs'
__url__ = f'https://github.com/{__author__}/{__title__}'
__bugtrack_url__ = f'{__url__}/issues'

0 comments on commit 6b951b8

Please sign in to comment.