diff --git a/CHANGES.rst b/CHANGES.rst index c21a9fd4a..c05e8337a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,13 @@ Changes ======= +1.4.2 +----- + +Improved how ``ModelBuilder`` handles recursive foreign keys. + +------------------------------------------------------------------------------- + 1.4.1 ----- diff --git a/piccolo/__init__.py b/piccolo/__init__.py index 8c69db6f3..30b4f62e7 100644 --- a/piccolo/__init__.py +++ b/piccolo/__init__.py @@ -1 +1 @@ -__VERSION__ = "1.4.1" +__VERSION__ = "1.4.2"