From 851a2b89361e81c3a13d049817b47d1050ae821a Mon Sep 17 00:00:00 2001 From: RignonNoel Date: Sun, 11 Jul 2021 17:37:59 -0400 Subject: [PATCH] bump version 1.2.0 --- HISTORY.md | 5 +++++ dry_rest_permissions/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 91b5144..8e745da 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # History +## 1.2.0 + +* Added type hints +* Added support for python 3.9 + ## 1.1.0 * Add DRYGlobalPermissionsField diff --git a/dry_rest_permissions/__init__.py b/dry_rest_permissions/__init__.py index 1a72d32..58d478a 100644 --- a/dry_rest_permissions/__init__.py +++ b/dry_rest_permissions/__init__.py @@ -1 +1 @@ -__version__ = '1.1.0' +__version__ = '1.2.0'