Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 82af372

Browse files
committed
Revert "Allow an attribute to be set to no value (None, [], ..) before being assigning a value."
This reverts commit 62a13d6.
1 parent 62a13d6 commit 82af372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oidcmsg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = "Roland Hedberg"
2-
__version__ = "1.6.1"
2+
__version__ = "1.5.4"
33

44
import os
55
from typing import Dict

0 commit comments

Comments
 (0)