We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69d9f71 + ac122d7 commit bb14bfbCopy full SHA for bb14bfb
4 files changed
CHANGELOG.md
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/)
6
and this project adheres to [Semantic Versioning](https://semver.org/).
7
8
9
+## 3.0.8 - 2024-11-07
10
+
11
+### Added
12
13
+- Added 'owner' field to RabbitMQ messages for private extractor support in v2.
14
15
## 3.0.7 - 2023-10-11
16
17
### Added
sample-extractors/image-annotation-extractor/requirements.txt
@@ -1 +1 @@
1
-pyclowder==3.0.7
+pyclowder==3.0.8
sample-extractors/wordcount/requirements.txt
setup.py
@@ -8,7 +8,7 @@
setup(
name='pyclowder',
- version='3.0.7',
+ version='3.0.8',
description='Python SDK for the Clowder Data Management System',
long_description=long_description,
0 commit comments