libtimed 0.4.3__tar.gz → 0.4.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: libtimed
3
- Version: 0.4.3
3
+ Version: 0.4.4
4
4
  Summary: Library to intreact with timed webapp.
5
5
  Author: Arthur Deierlein
6
6
  Author-email: arthur.deierlein@adfinis.com
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "libtimed"
3
- version = "0.4.3"
3
+ version = "0.4.4"
4
4
  description = "Library to intreact with timed webapp."
5
5
  authors = [
6
6
  "Arthur Deierlein <arthur.deierlein@adfinis.com>",
@@ -259,6 +259,7 @@ class Activities(BaseModel):
259
259
  attributes = [
260
260
  ("from-time", datetime.now(), transforms.Time),
261
261
  ("to-time", None, transforms.Time),
262
+ ("transferred", False, transforms.Type(bool)),
262
263
  COMMENT,
263
264
  DATE,
264
265
  REVIEW,
File without changes
File without changes
File without changes