Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

Commit a55ca4d

Browse files
Release 1.4.0
1 parent 02ece92 commit a55ca4d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.4.0] - 2022-02-20
11+
1012
### Added
1113

1214
- Send current system CPU usage together with metrics on Linux systems.

apilytics/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.0"
1+
__version__ = "1.4.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "apilytics"
3-
version = "1.3.0"
3+
version = "1.4.0"
44
description = "Apilytics for Python - Easy API analytics for Python backends"
55
license = "MIT"
66
authors = ["Apilytics <[email protected]>"]

0 commit comments

Comments
 (0)