Skip to content

Commit

Permalink
2022.2.0 major release (#62)
Browse files Browse the repository at this point in the history
* CHANGELOG
* version number throughout
  • Loading branch information
slabasan authored Aug 19, 2022
1 parent c74abf7 commit f450c2a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 2022.2.0 (2022-08-19)

Version `2022.2.0` is a major release.

* Adds writers module to installed modules to resolve package install
* CaliperReader bug fixes: filter records to parse, ignore function metadata
field
* Modify graphframe copy/deepcopy
* Adds beautiful soup 4 to requirements.txt
* Add new page on using hatchet on LLNL systems

# 2022.1.1 (2022-06-01)

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

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


# -- 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", "1", "1")
__version_info__ = ("2022", "2", "0")
__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.1.1"
version = "2022.2.0"
description = "A Python library for analyzing hierarchical performance data."
authors = [
"Abhinav Bhatele <[email protected]>",
Expand Down

0 comments on commit f450c2a

Please sign in to comment.