From 24f9f57e459410d14cb53cf37f8ebc4a5559f770 Mon Sep 17 00:00:00 2001 From: Trey Hunner Date: Mon, 27 Sep 2021 16:34:34 -0700 Subject: [PATCH] Update CHANGES file and fix version --- CHANGES.rst | 12 ++++++++++++ relatives/__init__.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 37dc2da..278ff3d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,18 @@ Changes ======= +Unreleased +---------- + +- Use related_name (if present) when linking to reverse relations + +1.2.2 (2021-09-15) +------------------ + +- Add support for Django 3.1 and 3.2 +- Drop support for Python 3.5 +- Drop support for Django 1.11 + 1.2.0 (2020-12-15) ------------------ diff --git a/relatives/__init__.py b/relatives/__init__.py index 923b987..61da74b 100644 --- a/relatives/__init__.py +++ b/relatives/__init__.py @@ -1 +1 @@ -__version__ = '1.2.2' +__version__ = '1.2.2.post0'