Skip to content

Commit

Permalink
Release version 1.2.0 (#71)
Browse files Browse the repository at this point in the history
* Add upload queues for sequences and files
* TimeSeriesUploadQueue can now auto-create string time series
  • Loading branch information
mathialo authored Sep 16, 2020
1 parent 102d6d4 commit d915ee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cognite/extractorutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Cognite extractor utils is a Python package that simplifies the development of new extractors.
"""

__version__ = "1.0.3"
__version__ = "1.2.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cognite-extractor-utils"
version = "1.1.1"
version = "1.2.0"
description = "Utilities for easier development of extractors for CDF"
authors = ["Mathias Lohne <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit d915ee6

Please sign in to comment.