Skip to content

Commit

Permalink
Bump to 1.3.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Lerch <[email protected]>
  • Loading branch information
ryanlerch committed Mar 20, 2024
1 parent 970ff4b commit fb32294
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kerneltest/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import kerneltest.dbtools as dbtools
import kerneltest.messaging as messaging

__version__ = '1.2.1'
__version__ = '1.3.0'

APP = flask.Flask(__name__)
APP.config.from_object('kerneltest.default_config')
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kerneltest"
version = "1.2.1"
version = "1.3.0"
description = "Kerneltests is the application storing the results of kernel tests submitted either by the Fedora kernel maintainer or Fedora contributors."

license = "MIT"
Expand Down

0 comments on commit fb32294

Please sign in to comment.