Skip to content

Commit

Permalink
Release 0.9.37
Browse files Browse the repository at this point in the history
  • Loading branch information
florianschanda committed Mar 23, 2023
1 parent d9a2a1c commit c40448e
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Not quite compatible with Octave yet. See #43 [octave support](https://github.co
## Changelog


### 0.9.37-dev
### 0.9.37

* Rework `mh_trace` and its output format. It now generates LOBSTER
traces. See https://github.com/bmw-software-engineering/lobster for
Expand Down
2 changes: 1 addition & 1 deletion docs/bmc.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</head>

<body>
<header>MISS_HIT 0.9.37-dev Bounded Model Checker</header>
<header>MISS_HIT 0.9.37 Bounded Model Checker</header>

<main>
<div class="section">
Expand Down
2 changes: 1 addition & 1 deletion docs/cli.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</head>

<body>
<header>MISS_HIT 0.9.37-dev Command-line Interface</header>
<header>MISS_HIT 0.9.37 Command-line Interface</header>

<main>
<div class="section">
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</head>

<body>
<header>MISS_HIT 0.9.37-dev Configuration System</header>
<header>MISS_HIT 0.9.37 Configuration System</header>

<main>
<div class="section">
Expand Down
2 changes: 1 addition & 1 deletion docs/copyright.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</head>

<body>
<header>MISS_HIT 0.9.37-dev Copyright Tool</header>
<header>MISS_HIT 0.9.37 Copyright Tool</header>

<main>
<div class="section">
Expand Down
2 changes: 1 addition & 1 deletion docs/diff.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</head>

<body>
<header>MISS_HIT 0.9.37-dev Diff Tool</header>
<header>MISS_HIT 0.9.37 Diff Tool</header>

<main>
<div class="section">
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</head>

<body>
<header>MISS_HIT 0.9.37-dev Documentation</header>
<header>MISS_HIT 0.9.37 Documentation</header>
<main>
<div class="section">
MISS_HIT is a compiler framework for the MATLAB and Octave
Expand Down
2 changes: 1 addition & 1 deletion docs/lint.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</head>

<body>
<header>MISS_HIT 0.9.37-dev Linter</header>
<header>MISS_HIT 0.9.37 Linter</header>

<main>
<div class="section">
Expand Down
2 changes: 1 addition & 1 deletion docs/metrics.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</head>

<body>
<header>MISS_HIT 0.9.37-dev Code Metrics</header>
<header>MISS_HIT 0.9.37 Code Metrics</header>

<main>
<div class="section">
Expand Down
2 changes: 1 addition & 1 deletion docs/pragmas.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</head>

<body>
<header>MISS_HIT 0.9.37-dev Pragmas</header>
<header>MISS_HIT 0.9.37 Pragmas</header>

<main>
<div class="section">
Expand Down
2 changes: 1 addition & 1 deletion docs/style_checker.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</head>

<body>
<header>MISS_HIT 0.9.37-dev Style Checker</header>
<header>MISS_HIT 0.9.37 Style Checker</header>

<main>
<div class="section">
Expand Down
2 changes: 1 addition & 1 deletion docs/trace.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</head>

<body>
<header>MISS_HIT 0.9.37-dev Tracing Tool</header>
<header>MISS_HIT 0.9.37 Tracing Tool</header>

<main>
<div class="section">
Expand Down
2 changes: 1 addition & 1 deletion miss_hit_core/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
GITHUB_ISSUES = "https://github.com/florianschanda/miss_hit/issues"

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

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

0 comments on commit c40448e

Please sign in to comment.