Skip to content

Commit

Permalink
master updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
tom committed May 6, 2022
1 parent ab418f3 commit 741b270
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion livestyled/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.3.2'
__version__ = '1.3.3'
2 changes: 2 additions & 0 deletions livestyled/schemas/audience.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ def pre_process_value(self, data, **kwarg):


class AudienceRealityValuesSchema(Schema):
class Meta:
unknown = EXCLUDE
reality = RelatedResourceLinkField(schema=RealitySchema, microservice_aware=True)
values = fields.Nested(AudienceRealityValuesValueSchema, many=True)
condition = fields.String(missing=None)
Expand Down

0 comments on commit 741b270

Please sign in to comment.