Skip to content

Commit

Permalink
TRLC Release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
florianschanda committed Sep 27, 2023
1 parent 0c33dec commit 274bf8c
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 @@ -24,7 +24,7 @@ generated in the following situations:

## Changelog

### 1.2.2-dev
### 1.2.2

* [API] Add callbacks to the
[Source_Manager](https://bmw-software-engineering.github.io/trlc/manual/infrastructure.html#trlc.trlc.Source_Manager)
Expand Down
2 changes: 1 addition & 1 deletion trlc/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# along with TRLC. If not, see <https://www.gnu.org/licenses/>.

VERSION_TUPLE = (1, 2, 2)
VERSION_SUFFIX = "dev"
VERSION_SUFFIX = ""

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

0 comments on commit 274bf8c

Please sign in to comment.