Skip to content

Commit

Permalink
Merge pull request #110 from wayfair-incubator/bump_version_0.2.1
Browse files Browse the repository at this point in the history
Preparing the 0.2.1 release
  • Loading branch information
romatik authored May 19, 2021
2 parents f2ba477 + 1559850 commit a90d5aa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 8 additions & 0 deletions docs/blog.md
Original file line number Diff line number Diff line change
@@ -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!
2 changes: 1 addition & 1 deletion extra_model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

from extra_model._models import ExtraModel, extra_factory # noqa

__version__ = "0.2.0"
__version__ = "0.2.1"

0 comments on commit a90d5aa

Please sign in to comment.