From 5a2a67765f6f4e275f30100d0fdccc3803680821 Mon Sep 17 00:00:00 2001 From: Misha Balyasin Date: Tue, 18 May 2021 16:54:56 +0200 Subject: [PATCH] Preparing the 0.2.1 release --- CHANGELOG.md | 2 +- docs/blog.md | 8 ++++++++ extra_model/__init__.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 060cddd4..525b256d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,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] +## [0.2.1] ### Changed diff --git a/docs/blog.md b/docs/blog.md index 0f08c6ba..5f0b78e6 100644 --- a/docs/blog.md +++ b/docs/blog.md @@ -1,5 +1,13 @@ # extra-model Blog + +## [18-05-21] Simplifying install of `extra-model` + +We have updated/removed all the dependencies that don't have wheels. +In addition, we've switched to Python 3.8 as a base image (we are still testing `extra-model` in 3.7, 3.8 and 3.9). + +Full list of changes is available in the CHANGELOG + ## [17-03-21] Blog Setup! `extra-model` v0.2.0 is released! \ No newline at end of file diff --git a/extra_model/__init__.py b/extra_model/__init__.py index c5a2e82a..f508581f 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.0" +__version__ = "0.2.1"