Skip to content

Commit 177d151

Browse files
author
Kevin Etienne
committed
Bump version to 2.1.0
1 parent 20c3b25 commit 177d151

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2.1.0
2+
3+
Thanks to @peterfarrell:
4+
* Add support for `DatePGPSymmetricKeyField` and `DateTimePGPSymmetricKeyField`
5+
including support for serializing / deserializing django form fields.
6+
* Add support for auto decryption of symmetric key and public key fields via
7+
the PGPManager (and support for disabling it in the Django Admin via the PGPAdmin)
8+
19
## 2.0.0
210

311
* Remove compatibility for `Django 1.7`.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import find_packages, setup
22

33

4-
version = '2.0.0'
4+
version = '2.1.0'
55

66

77
setup(

0 commit comments

Comments
 (0)