Skip to content

Commit

Permalink
feat: release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
escaped committed Sep 19, 2020
1 parent 005fc5a commit 8da011d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <alex@relatedworks.com>",
Expand Down Expand Up @@ -70,4 +70,4 @@ exclude = '''
| build
| dist
)/
'''
'''

0 comments on commit 8da011d

Please sign in to comment.