File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ 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.2] ( https://github.com/quintoandar/hive-metastore-client/releases/tag/1.0.2 )
7
+ ### Added
8
+ * Added create_database_if_not_exists method ([ #35 ] ( https://github.com/quintoandar/hive-metastore-client/pull/35 ) )
9
+
6
10
## [ 1.0.1] ( https://github.com/quintoandar/hive-metastore-client/releases/tag/1.0.1 )
7
11
### Added
8
12
* Added drop_columns_from_table method ([ #30 ] ( https://github.com/quintoandar/hive-metastore-client/pull/30 ) )
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.1 "
4
+ __version__ = "1.0.2 "
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