diff --git a/Changelog b/Changelog index 768d31d44bca7c34e150842efb92c8d2512e5e0d..96b94c6b6e42bcfde702aa8dad9fb8e97613b9d1 100644 --- a/Changelog +++ b/Changelog @@ -9,8 +9,6 @@ Version 3.7.1, 2022-05-11 * Add documentation for the CustomUserAttributeHandler (#3075) * Send Push message as notification and data to FireBase (#3117) * Fix translation issue in PSKC-import (#3126) - - Enhancements: * Add App-PIN policy for Push token (#3116) Version 3.7, 2022-03-31 diff --git a/setup.py b/setup.py index c243b03a5b43811d01dbced95dad7b80d7085f69..ae812332f484268b5286888e48d936d8ac1d841d 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ import stat import sys #VERSION = "2.1dev4" -VERSION = "3.7.1dev2" +VERSION = "3.7.1" # Taken from kennethreitz/requests/setup.py package_directory = os.path.realpath(os.path.dirname(__file__))