Skip to content

Commit

Permalink
Prepared release 4.2.3 (#413)
Browse files Browse the repository at this point in the history
Co-authored-by: matheushent <[email protected]>
  • Loading branch information
julianaklulo and matheushent authored Jan 16, 2025
1 parent afbbaf6 commit f4e158f
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lm-agent-snap/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ parts:
source: .
plugin: python
python-packages:
- license-manager-agent
- license-manager-agent==4.2.3
build-packages:
- python3
- libapt-pkg-dev
Expand Down
3 changes: 3 additions & 0 deletions lm-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
This file keeps track of all notable changes to `License Manager Agent`.

## Unreleased


## 4.2.3 -- 2025-01-16
* Added configuration settings for customising Sentry's sample rates [[PENG-2592](https://sharing.clickup.com/t/h/c/18022949/PENG-2592/QQUQ1ABLAP6QSYX)]

## 4.2.2 -- 2024-11-19
Expand Down
2 changes: 1 addition & 1 deletion lm-agent/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "license-manager-agent"
version = "4.2.2"
version = "4.2.3"
description = "Provides an agent for interacting with license manager"
authors = ["OmniVector Solutions <[email protected]>"]
license = "MIT"
Expand Down
3 changes: 3 additions & 0 deletions lm-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
This file keeps track of all notable changes to `License Manager API`.

## Unreleased


## 4.2.3 -- 2025-01-16
* Adjusted the default values of Sentry's sample rates [[PENG-2592](https://sharing.clickup.com/t/h/c/18022949/PENG-2592/QQUQ1ABLAP6QSYX)]

## 4.2.2 -- 2024-11-19
Expand Down
2 changes: 1 addition & 1 deletion lm-api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "license-manager-backend"
version = "4.2.2"
version = "4.2.3"
description = "Provides an API for managing license data"
authors = ["OmniVector Solutions <[email protected]>"]
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions lm-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This file keeps track of all notable changes to `License Manager CLI`.
## Unreleased


## 4.2.3 -- 2025-01-16
## 4.2.2 -- 2024-11-19
* Bumped version to keep in sync with agent

Expand Down
2 changes: 1 addition & 1 deletion lm-cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "license-manager-cli"
version = "4.2.2"
version = "4.2.3"
description = "License Manager CLI Client"
authors = ["Omnivector Solutions <[email protected]>"]
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions lm-simulator-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This file keeps track of all notable changes to License Manager Simulator API
## Unreleased


## 4.2.3 -- 2025-01-16
## 4.2.2 -- 2024-11-19
* Bumped version to keep in sync with agent

Expand Down
2 changes: 1 addition & 1 deletion lm-simulator-api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "license-manager-simulator-api"
version = "4.2.2"
version = "4.2.3"
description = "Provides an API for interfacing with License Manager Simulator"
authors = ["OmniVector Solutions <[email protected]>"]
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions lm-simulator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This file keeps track of all notable changes to License Manager Simulator
## Unreleased


## 4.2.3 -- 2025-01-16
## 4.2.2 -- 2024-11-19
* Bumped version to keep in sync with agent

Expand Down
2 changes: 1 addition & 1 deletion lm-simulator/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "license-manager-simulator"
version = "4.2.2"
version = "4.2.3"
description = "The License Manager Simulator is an application that simulates output from 5 license servers for use in the development of applications which interface to the license servers."
authors = ["OmniVector Solutions <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit f4e158f

Please sign in to comment.