-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #110 from wayfair-incubator/bump_version_0.2.1
Preparing the 0.2.1 release
- Loading branch information
Showing
3 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
|
||
from extra_model._models import ExtraModel, extra_factory # noqa | ||
|
||
__version__ = "0.2.0" | ||
__version__ = "0.2.1" |