diff --git a/CHANGELOG.md b/CHANGELOG.md index 98213d9..ef8cc18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## NEXT RELEASE (v3.2.0?) (2022-07-26) +## v3.2.0 (2022-07-26) - Updates to use explicitly set Conduit API token, Phabricator base URL, etc - Adds `/users` listing page and user profile page - Adds utils for fetching users: single user by user name, multiple users, all active users diff --git a/VERSION b/VERSION index ef538c2..944880f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.2 +3.2.0 diff --git a/phablytics/__init__.py b/phablytics/__init__.py index f71b21a..573cf70 100644 --- a/phablytics/__init__.py +++ b/phablytics/__init__.py @@ -1 +1 @@ -__version__ = '3.1.2' +__version__ = '3.2.0'