Skip to content

Commit

Permalink
Bump to version 3.1.0 (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianaklulo committed Jan 25, 2024
1 parent 6e0a4b8 commit 5e98efd
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 16 deletions.
6 changes: 3 additions & 3 deletions lm-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# License Manager Agent Changelog

This file keeps track of all notable changes to `license-manager-agent`.
This file keeps track of all notable changes to `License Manager Agent`.

## Unreleased

## 3.1.0 -- 2024-01-24
* Updated linter and checker to use ruff [ASP-4293]
* Change minimum Python version to 3.12 [ASP-4294]
* Rename `agent` project to `lm-agent`

## 3.0.13a1 -- 2024-01-05
## 3.0.13a0 -- 2023-12-21
## 3.0.12 -- 2023-12-15
* Update reservation calculation to remove the reserved (limit) value [ASP-4349]

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 = "3.0.13a1"
version = "3.1.0"
description = "Provides an agent for interacting with license manager"
authors = ["OmniVector Solutions <info@omnivector.solutions>"]
license = "MIT"
Expand Down
12 changes: 5 additions & 7 deletions lm-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,15 @@
This file keeps track of all notable changes to `License Manager API`.

## Unreleased

## 3.1.0 -- 2024-01-24
* Update constraints to limit int fields to 2**31-1 [PENG-1438]
* Change minimum Python version to 3.12 [ASP-4290]
* Update Dockerfile to use image python:3.12-slim-bullseye [ASP-4290]
* Updated linter and checker to use ruff [ASP-4293]
* Rename `backend` project to `lm-api` [ASP-4291]
* Modernize the Dockerfile to use multi-stage builds [ASP-4292]

## 3.0.13a1 -- 2024-01-05
* Update constraints to limit int fields to 2**31-1

## 3.0.13a0 -- 2023-12-21
* Change minimum Python version to 3.12
* Update Dockerfile to use image python:3.12-slim-bullseye

## 3.0.12 -- 2023-12-15
* Fix bug in Feature read method that was returning None for the booked_total field

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 = "3.0.13a1"
version = "3.1.0"
description = "Provides an API for managing license data"
authors = ["OmniVector Solutions <info@omnivector.solutions>"]
license = "MIT"
Expand Down
6 changes: 3 additions & 3 deletions lm-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# License Manager CLI Changelog

This file keeps track of all notable changes to `license-manager-cli`.
This file keeps track of all notable changes to `License Manager CLI`.

## Unreleased

## 3.1.0 -- 2024-01-24
* Updated linter and checker to use ruff [ASP-4293]
* Change minimum Python version to 3.12 [ASP-4295]

## 3.0.13a1 -- 2024-01-05
## 3.0.13a0 -- 2023-12-21
## 3.0.12 -- 2023-12-15
* Bumped version to keep in sync with backend and 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 = "3.0.13a1"
version = "3.1.0"
description = "License Manager CLI Client"
authors = ["Omnivector Solutions <info@omnivector.solutions>"]
license = "MIT"
Expand Down

0 comments on commit 5e98efd

Please sign in to comment.