Compare commits
No commits in common. "7325b3956bda25f1d67730ea2780250791c8fd1d" and "03158711696f5b4cd359d47372068690565a5e6f" have entirely different histories.
7325b3956b
...
0315871169
3 changed files with 2 additions and 4 deletions
|
@ -1,8 +1,6 @@
|
|||
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.7"
|
||||
version = "0.0.6"
|
||||
authors = [
|
||||
{ name="happyDomain's team", email="contact+pypi@happydomain.org" },
|
||||
]
|
||||
|
|
2
setup.py
2
setup.py
|
@ -8,7 +8,7 @@ try:
|
|||
except ImportError:
|
||||
from distutils.core import setup
|
||||
|
||||
version = "0.0.7"
|
||||
version = "0.0.6"
|
||||
|
||||
setup(
|
||||
name = "happydomain",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue