We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcdfb36 commit d41a59cCopy full SHA for d41a59c
CHANGELOG.md
@@ -5,7 +5,11 @@ x.y.z (UNRELEASED)
5
------------------
6
* Changes
7
8
-0.8.0 (UNRELEASED)
+0.9.0 (2023-02-05)
9
+------------------
10
+* Introduced B2B IPC for Platform-based products
11
+
12
+0.8.0 (2021-08-28)
13
14
* Switch IPC on behalf of the user receiving end to use a django rest framework authentication class
15
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "django-labs-accounts"
3
-version = "0.8.0"
+version = "0.9.0"
4
description = "Reusable Django app for Penn Labs accounts"
authors = ["Penn Labs <[email protected]>"]
license = "MIT"
0 commit comments