From 0e5b387ccd3f59107ebf7d6f05a974505a235330 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 15:46:46 -0700 Subject: [PATCH] chore: Bumped version for release 0.10.0 (#104) * New release for 0.10.0 Signed-off-by: github-actions * Bumped version to 0.10.0 Signed-off-by: github-actions Co-authored-by: github-actions --- common/CHANGELOG.md | 1 + common/setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/common/CHANGELOG.md b/common/CHANGELOG.md index 8d3875cb3f..93a5f60a7b 100644 --- a/common/CHANGELOG.md +++ b/common/CHANGELOG.md @@ -11,6 +11,7 @@ * Added resource_reports into Table model ([`60b1751`](https://github.com/amundsen-io/amundsencommon/commit/60b1751be8e99a77a83876d5264e6530d37f50e4)) ### Fix +* Standardize requirements and fixes for marshmallow3+ ([#98](https://github.com/amundsen-io/amundsencommon/issues/98)) ([`d185046`](https://github.com/amundsen-io/amundsencommon/commit/d185046260fc7b0c9951a18a2f0d00b715ca9afe)) * Moved version declaration ([#88](https://github.com/amundsen-io/amundsencommon/issues/88)) ([`19be687`](https://github.com/amundsen-io/amundsencommon/commit/19be687817604cc23752cff01c791b5369d5a635)) * Fix table index map bug ([#86](https://github.com/amundsen-io/amundsencommon/issues/86)) ([`f250d6a`](https://github.com/amundsen-io/amundsencommon/commit/f250d6aea170e2d3e448867f68bc40f4c01cb91b)) * Make column names searchable by lowercase ([#85](https://github.com/amundsen-io/amundsencommon/issues/85)) ([`0ead455`](https://github.com/amundsen-io/amundsencommon/commit/0ead4550e4e918698ac236cb72f87a9c8895f664)) diff --git a/common/setup.py b/common/setup.py index 533af9c466..686f52eea2 100644 --- a/common/setup.py +++ b/common/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup -__version__ = '0.9.0' +__version__ = '0.10.0' setup( name='amundsen-common',