Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PApostol committed Apr 19, 2023
1 parent 4f21449 commit dedd664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Spark-submit

#### 1.4.0 (under development)
#### 1.4.0 (2023-04-19)
Features:
- Report if framework not detected by `spark_submit.system_info`

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.4.0dev0'
__version__ = '1.4.0'
__description__ = 'Python manager for spark-submit jobs'
__url__ = f'https://github.com/{__author__}/{__title__}'
__bugtrack_url__ = f'{__url__}/issues'

0 comments on commit dedd664

Please sign in to comment.