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

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 2, 2022
1 parent 1022f8a commit 161e9f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.0] - 2022-02-02

### Added

- Send `User-Agent` information with metrics.
Expand Down
2 changes: 1 addition & 1 deletion apilytics/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.1"
__version__ = "1.3.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 = "apilytics"
version = "1.2.1"
version = "1.3.0"
description = "Apilytics for Python - Easy API analytics for Python backends"
license = "MIT"
authors = ["Apilytics <hello@apilytics.io>"]
Expand Down

0 comments on commit 161e9f4

Please sign in to comment.