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"