Skip to content

Commit

Permalink
bump for 2022.2.2 hotfix release (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan authored Oct 25, 2022
1 parent 120f71e commit 18edfc6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2022.2.2 (2022-10-24)

This is a hotfix on the `2022.2` series. It addresses a bug fix in Hatchet's
`from_caliperreader()`.

# 2022.2.1 (2022-10-17)

This is a minor release on the `2022.2` series.
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
author = "LLNL Developerss"

# The short X.Y version
version = "2022.2.1"
version = "2022.2.2"
# The full version, including alpha/beta/rc tags
release = "2022.2.1"
release = "2022.2.2"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion hatchet/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
#
# SPDX-License-Identifier: MIT

__version_info__ = ("2022", "2", "1")
__version_info__ = ("2022", "2", "2")
__version__ = ".".join(__version_info__)
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 = "llnl-hatchet"
version = "2022.2.1"
version = "2022.2.2"
description = "A Python library for analyzing hierarchical performance data."
authors = [
"Abhinav Bhatele <[email protected]>",
Expand Down

0 comments on commit 18edfc6

Please sign in to comment.