From fdc151cc9e1b5b654b6d880b7cf1cec602a02e5e Mon Sep 17 00:00:00 2001 From: Max Brenner Date: Fri, 12 Mar 2021 02:03:14 +0100 Subject: [PATCH] release version 1.3.0 --- CHANGELOG.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b41398..cf870db 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.3.0] - 2021-03-12 ### Added diff --git a/setup.py b/setup.py index 98e3f45..18436f8 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='aws-quota-checker', - version='1.2.0', + version='1.3.0', description='A CLI tool that checks your AWS quota utilization', long_description=long_description, long_description_content_type='text/markdown',