Skip to content

Commit

Permalink
LOBSTER Release 0.9.21 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarnn authored Dec 17, 2024
1 parent 8816fbe commit 8c6098b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
## Changelog


### 0.9.21-dev
### 0.9.21

* `lobster-codebeamer` now supports query string, query string (cbQL) can be passed
as a command line argument to the tool `lobster-codebeamer`.
* `lobster-codebeamer` now supports query string along with query ID, query string (cbQL) can be passed
as a command line argument to `--import-query` for the tool `lobster-codebeamer`.

* `lobster-html-report` has the following updates.
* Filter items by status (Ok, Missing, Partial, Warning, Justified)
Expand Down
2 changes: 1 addition & 1 deletion lobster/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from argparse import ArgumentParser

VERSION_TUPLE = (0, 9, 21)
VERSION_SUFFIX = "dev"
VERSION_SUFFIX = ""

LOBSTER_VERSION = ("%u.%u.%u" % VERSION_TUPLE) + (
"-%s" % VERSION_SUFFIX if VERSION_SUFFIX else ""
Expand Down

0 comments on commit 8c6098b

Please sign in to comment.