File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " toggl_python"
3- version = " 0.2.6 "
3+ version = " 0.2.7 "
44description = " Python wrapper for Toggl API."
55authors = [
" Ivlev Denis <[email protected] >" ]
66readme = " README.md"
Original file line number Diff line number Diff line change 1- __version__ = "0.2.6 "
1+ __version__ = "0.2.7 "
22
33from .auth import BasicAuth , TokenAuth # noqa: F401
44from .entities import Dashboard # noqa: F401
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ class User(BaseEntity):
103103 language : str
104104 image_url : HttpUrl
105105 sidebar_piechart : bool
106- new_blog_post : Dict [str , Any ]
106+ new_blog_post : Dict [str , Any ] = None
107107 send_product_emails : bool
108108 send_weekly_report : bool
109109 send_timer_notifications : bool
You can’t perform that action at this time.
0 commit comments