From 8da011ded78ad1fdeb3ad51500318cf3997fe244 Mon Sep 17 00:00:00 2001 From: Alexander Frenzel Date: Sat, 19 Sep 2020 11:28:33 -0700 Subject: [PATCH] feat: release 1.2.0 --- CHANGELOG.md | 5 ++++- pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3127587..7e89d47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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] + +## [1.2.0] - 19.09.2020 ### Added - Add support for python 3.8 - Add support for Django 3.1 @@ -20,5 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release -[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/1.1.0...HEAD +[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/1.2.0...HEAD +[1.2.0]: https://github.com/olivierlacan/keep-a-changelog/compare/1.1.0...1.2.0 [1.1.0]: https://github.com/olivierlacan/keep-a-changelog/releases/tag/1.1.0 diff --git a/pyproject.toml b/pyproject.toml index adcc3f5..763d051 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-admin-display" -version = "1.1.0" +version = "1.2.0" description = "Simplifies the use of function attributes for the django admin and makes mypy happy" authors = [ "Alexander Frenzel ", @@ -70,4 +70,4 @@ exclude = ''' | build | dist )/ -''' \ No newline at end of file +'''