Skip to content

Commit

Permalink
LOBSTER Release 0.9.20 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
phiwuu authored Dec 5, 2024
1 parent bb708cb commit 84537cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Changelog


### 0.9.20-dev
### 0.9.20

* Add `--compile-commands` flag to `lobster-cpp`. This allows to specify a path to the
compile command database and is effectively a wrapper around the `-p` argument of
Expand Down
2 changes: 1 addition & 1 deletion lobster/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# <https://www.gnu.org/licenses/>.

VERSION_TUPLE = (0, 9, 20)
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 84537cc

Please sign in to comment.