From 5439de2e12edc9f463a236d20b8ec6987e29221e Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 15 Nov 2018 13:13:21 +0000 Subject: [PATCH] Version bump to 4.3 --- CHANGELOG.txt | 2 +- LICENSE | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1bbd318..cc212eb 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,7 +1,7 @@ Changelog ========= -4.3 (xx.xx.xxxx) +4.3 (15.11.2018) ~~~~~~~~~~~~~~~~ * Added support for filter lookup expressions such as `__lt` diff --git a/LICENSE b/LICENSE index 8c6aacc..c7f7c66 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014 Torchbox Ltd and individual contributors. +Copyright (c) 2014-2018 Torchbox Ltd and individual contributors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/setup.py b/setup.py index fde753d..ec4442b 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='django-modelcluster', - version='4.2', + version='4.3', description="Django extension to allow working with 'clusters' of models as a single unit, independently of the database", author='Matthew Westcott', author_email='matthew.westcott@torchbox.com',