From e7f7cb6cff188c2cfd7779e3a6121852affc85d2 Mon Sep 17 00:00:00 2001 From: Lucas Fonseca Date: Thu, 11 Aug 2022 11:03:13 -0300 Subject: [PATCH] Release 1.0.10 --- CHANGELOG.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fa51ab..8cb0652 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ 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.10](https://github.com/quintoandar/hive-metastore-client/releases/tag/1.0.10) +### Fixed +* Updated CI/CD runner + ([#71](https://github.com/quintoandar/hive-metastore-client/pull/71)) + + ## [1.0.9](https://github.com/quintoandar/hive-metastore-client/releases/tag/1.0.9) ### Fixed * Stop inducing exception on Hive Metastore server when trying to retrieve partition values with `get_partition_values_from_table` for partitionless tables. diff --git a/setup.py b/setup.py index 72ba8c1..0cb48fc 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages, setup __package_name__ = "hive_metastore_client" -__version__ = "1.0.9" +__version__ = "1.0.10" __repository_url__ = "https://github.com/quintoandar/hive-metastore-client" with open("requirements.txt") as f: