Skip to content

Commit

Permalink
Bump version to 2.2.16 in all projects (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianaklulo committed Nov 22, 2022
1 parent d61398f commit 6ff1752
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions agent/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ This file keeps track of all notable changes to license-manager-agent

Unreleased
----------

2.2.16 -- 2022-11-22
--------------------
* Updated configuration row to use new feature quantities format
* Added OLicense license server support

Expand Down
2 changes: 1 addition & 1 deletion agent/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "license-manager-agent"
version = "2.2.15"
version = "2.2.16"
description = "Provides an agent for interacting with license manager"
authors = ["OmniVector Solutions <info@omnivector.solutions>"]
license = "MIT"
Expand Down
3 changes: 3 additions & 0 deletions backend/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ This file keeps track of all notable changes to license-manager-backend

Unreleased
----------

2.2.16 -- 2022-11-22
--------------------
* Updated license configuration to include a limit of how many features can be booked

2.2.15 -- 2022-10-26
Expand Down
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "license-manager-backend"
version = "2.2.15"
version = "2.2.16"
description = "Provides an API for managing license data"
authors = ["OmniVector Solutions <info@omnivector.solutions>"]
license = "MIT"
Expand Down
3 changes: 3 additions & 0 deletions lm-cli/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ This file keeps track of all notable changes to License Manager CLI.

Unreleased
----------

2.2.16 -- 2022-11-22
--------------------
* Updated configuration create command help text to include new configuration format
* Updated requests to the backend API to use full path for routes

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 = "2.2.15"
version = "2.2.16"
description = "License Manager CLI Client"
authors = ["Omnivector Solutions <info@omnivector.solutions>"]
license = "MIT"
Expand Down

0 comments on commit 6ff1752

Please sign in to comment.