Skip to content

Commit

Permalink
[DAE-77] Release 1.0.3 (#38)
Browse files Browse the repository at this point in the history
* Release 1.0.3
  • Loading branch information
Lucas Mendes Mota da Fonseca authored Jan 27, 2021
1 parent ca775b8 commit 30516c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.

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

## [1.0.3](https://github.com/quintoandar/hive-metastore-client/releases/tag/1.0.3)
### Changed
* Handled exception when adding duplicate partitions ([#37](https://github.com/quintoandar/hive-metastore-client/pull/37))
* Removed method return for create_database_if_not_exists ([#39](https://github.com/quintoandar/hive-metastore-client/pull/39))

## [1.0.2](https://github.com/quintoandar/hive-metastore-client/releases/tag/1.0.2)
### Added
* Added create_database_if_not_exists method ([#35](https://github.com/quintoandar/hive-metastore-client/pull/35))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import find_packages, setup

__package_name__ = "hive_metastore_client"
__version__ = "1.0.2"
__version__ = "1.0.3"
__repository_url__ = "https://github.com/quintoandar/hive-metastore-client"

with open("requirements.txt") as f:
Expand Down

0 comments on commit 30516c5

Please sign in to comment.