Skip to content

Commit

Permalink
Updated changelog and version in pyproject
Browse files Browse the repository at this point in the history
Signed-off-by: Luigi Pellecchia <[email protected]>
  • Loading branch information
Luigi Pellecchia committed Sep 12, 2024
1 parent fafb81f commit be0a931
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

- Api pagination
- By default sort api by name, library_version instead of by id
- Show and manage unmapped Document
- Avoid to increate the api version on case of last_coverage (field used as cached coverage value) changes
- Fix warning of Document work items

## 1.3.x

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "BASIL"
version = "1.4.3"
version = "1.4.4"
description = "open source software quality management tool"
authors = [
{name = "Luigi Pellecchia", email = "[email protected]"},
Expand Down

0 comments on commit be0a931

Please sign in to comment.