Skip to content

v0.16.12

Compare
Choose a tag to compare
@pfmark pfmark released this 30 Nov 23:28
· 30 commits to master since this release
4d93fc8

Introduced slice tags

Example:

>>> slc = client.get_slice('slc_id')
>>> tags = slc.tags
>>> slc.add_tags(['new_tag_1', 'new_tag_2'])