File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
3
3
4
4
Preferably use ** Added** , ** Changed** , ** Removed** and ** Fixed** topics in each release or unreleased log for a better organization.
5
5
6
+ ## [ 1.0.3] ( https://github.com/quintoandar/hive-metastore-client/releases/tag/1.0.3 )
7
+ ### Changed
8
+ * Handled exception when adding duplicate partitions ([ #37 ] ( https://github.com/quintoandar/hive-metastore-client/pull/37 ) )
9
+ * Removed method return for create_database_if_not_exists ([ #39 ] ( https://github.com/quintoandar/hive-metastore-client/pull/39 ) )
10
+
6
11
## [ 1.0.2] ( https://github.com/quintoandar/hive-metastore-client/releases/tag/1.0.2 )
7
12
### Added
8
13
* Added create_database_if_not_exists method ([ #35 ] ( https://github.com/quintoandar/hive-metastore-client/pull/35 ) )
Original file line number Diff line number Diff line change 1
1
from setuptools import find_packages , setup
2
2
3
3
__package_name__ = "hive_metastore_client"
4
- __version__ = "1.0.2 "
4
+ __version__ = "1.0.3 "
5
5
__repository_url__ = "https://github.com/quintoandar/hive-metastore-client"
6
6
7
7
with open ("requirements.txt" ) as f :
You can’t perform that action at this time.
0 commit comments