Skip to content

Commit

Permalink
Update prometheus-client (#404)
Browse files Browse the repository at this point in the history
* Regenerate lockfile, as it gets a huge diff

* Update prometheus-client to 0.20.0

* Bump package version

* Update version some more places, and make an entry in the changelog
  • Loading branch information
mortenmj committed Apr 19, 2024
1 parent 5b7af60 commit 7b0edba
Show file tree
Hide file tree
Showing 5 changed files with 5,185 additions and 5,148 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: run-explorer run-tests run-linters build-ui build-python build-docker run-docker compose-up

version="0.73.1"
version="0.73.2"
run-explorer:
@echo "Running explorer API server..."
# open "http://localhost:8000/static/index.html" || true
Expand Down
2 changes: 1 addition & 1 deletion cognite/neat/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.73.1"
__version__ = "0.73.2"
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Changes are grouped as follows:
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

## [0.73.2] - 19-04-24
### Fixed
- updated prometheus-client to 0.20.0

## [0.73.1] - 17-04-24
### Added
- Extended DEXPI for schemas 3.3 (no Attibute URI in genericAttributes and text without label parent).
Expand Down
Loading

0 comments on commit 7b0edba

Please sign in to comment.