Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ufo-kit/concert
Browse files Browse the repository at this point in the history
  • Loading branch information
sarkarchandan committed Jul 5, 2024
2 parents 80883d7 + 39aa0d1 commit a19f5aa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ Changelog
Here you can see the full list of changes between each Concert release.


Version 0.32
------------

Released on June 20th 2024.


Features
~~~~~~~~

- it is possible to specify rights on writing frames
- added PCO timestamp check addon
- added ImageWithMetadata for camera frames and store the metadata in tiff files


Version 0.31
------------

Expand Down
2 changes: 1 addition & 1 deletion concert/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""__init__.py"""
__version__ = '0.32.0dev'
__version__ = '0.33.0dev'


def get_canonical_version(version=None):
Expand Down

0 comments on commit a19f5aa

Please sign in to comment.