Compare commits
2 Commits
0315871169
...
7325b3956b
Author | SHA1 | Date | |
---|---|---|---|
7325b3956b | |||
f6c354476b |
@ -1,6 +1,8 @@
|
||||
import json
|
||||
from urllib.parse import quote
|
||||
|
||||
from .api import HappyError
|
||||
|
||||
class AuthUser:
|
||||
|
||||
def __init__(self, _session, Id, Email, EmailVerification, Password, CreatedAt, LastLoggedIn, AllowCommercials):
|
||||
|
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "happydomain"
|
||||
version = "0.0.6"
|
||||
version = "0.0.7"
|
||||
authors = [
|
||||
{ name="happyDomain's team", email="contact+pypi@happydomain.org" },
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user