Skip to content

Commit

Permalink
Release version 1.0.2 (#55)
Browse files Browse the repository at this point in the history
Fix:

 * Don't require auth for prometheus push gateways as push gateways can
   be configured to allow unauthorized access.
 * Fixed a bug where the state store config would not allow raw state
   stores without explicit `null` on local
  • Loading branch information
mathialo authored Jul 2, 2020
1 parent ddcdcd7 commit a5e0c23
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.1"
__version__ = "1.0.2"
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.0.1"
version = "1.0.2"
description = "Utilities for easier development of extractors for CDF"
authors = ["Mathias Lohne <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit a5e0c23

Please sign in to comment.