Skip to content

Commit 30516c5

Browse files
author
Lucas Mendes Mota da Fonseca
authored
[DAE-77] Release 1.0.3 (#38)
* Release 1.0.3
1 parent ca775b8 commit 30516c5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
33

44
Preferably use **Added**, **Changed**, **Removed** and **Fixed** topics in each release or unreleased log for a better organization.
55

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+
611
## [1.0.2](https://github.com/quintoandar/hive-metastore-client/releases/tag/1.0.2)
712
### Added
813
* Added create_database_if_not_exists method ([#35](https://github.com/quintoandar/hive-metastore-client/pull/35))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import find_packages, setup
22

33
__package_name__ = "hive_metastore_client"
4-
__version__ = "1.0.2"
4+
__version__ = "1.0.3"
55
__repository_url__ = "https://github.com/quintoandar/hive-metastore-client"
66

77
with open("requirements.txt") as f:

0 commit comments

Comments
 (0)