From fa53b834ddf1d9dbf04c682c2572747a668e7388 Mon Sep 17 00:00:00 2001 From: Chris Antonellis Date: Wed, 17 Mar 2021 11:33:12 -0400 Subject: [PATCH] bumped version, updated CHANGELOG --- CHANGELOG.md | 4 +++- extra_model/__init__.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07241444..c82428e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,4 +4,6 @@ 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). -## [0.1.0] Not released \ No newline at end of file +## [0.2.0] 2021-03-17 + +- Initial release diff --git a/extra_model/__init__.py b/extra_model/__init__.py index aa4d7b64..c5a2e82a 100644 --- a/extra_model/__init__.py +++ b/extra_model/__init__.py @@ -2,4 +2,4 @@ from extra_model._models import ExtraModel, extra_factory # noqa -__version__ = "0.2.0rc1" +__version__ = "0.2.0"