diff --git a/CHANGES.rst b/CHANGES.rst index 506bb05..8a97b0e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,13 @@ Changes ======= +1.4.0 +----- + +Added ``excluded_paths`` argument to ``SessionsAuthBackend``. + +------------------------------------------------------------------------------- + 1.3.1 ----- diff --git a/piccolo_api/__init__.py b/piccolo_api/__init__.py index 579e98f..b2c6a8d 100644 --- a/piccolo_api/__init__.py +++ b/piccolo_api/__init__.py @@ -1 +1 @@ -__VERSION__ = "1.3.1" +__VERSION__ = "1.4.0"