From 3be0820a85f3e4c520249a803e55836af3c49265 Mon Sep 17 00:00:00 2001 From: Max Brenner Date: Thu, 6 Jan 2022 11:39:40 +0100 Subject: [PATCH] release v1.10.0 --- CHANGELOG.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0890242..416c170 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.10.0] - 2022-01-06 ### Added diff --git a/setup.py b/setup.py index bc39951..7957884 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='aws-quota-checker', - version='1.9.0', + version='1.10.0', description='A CLI tool that checks your AWS quota utilization', long_description=long_description, long_description_content_type='text/markdown',