Skip to content

Commit

Permalink
Release v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed Apr 11, 2023
1 parent bec5196 commit d118f6a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning].

## [Unreleased]

## [1.1.4] - 2023-04-11

### Added

- Class `solver_data.SolverData`, which stores a single solver information.
Expand Down Expand Up @@ -65,7 +67,9 @@ Please check the commit list.
[JORS paper]: https://openresearchsoftware.metajnl.com/articles/10.5334/jors.81/

<!-- Versions -->
[unreleased]: https://github.com/abelsiqueira/perprof-py/compare/v1.1.3...HEAD
<!-- markdown-link-check-disable -->
[unreleased]: https://github.com/abelsiqueira/perprof-py/compare/v1.1.4...HEAD
[1.1.4]: https://github.com/abelsiqueira/perprof-py/compare/v1.1.3...v1.1.4
[1.1.3]: https://github.com/abelsiqueira/perprof-py/compare/v1.1.2...v1.1.3
[1.1.2]: https://github.com/abelsiqueira/perprof-py/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/abelsiqueira/perprof-py/compare/v1.1.0...v1.1.1
Expand Down
2 changes: 1 addition & 1 deletion perprof/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
A Python module for performance profiling (as described by [Dolan and
Moré](http://arxiv.org/abs/cs/0102001)) with TikZ and matplotlib output.
"""
__version__ = "1.1.3"
__version__ = "1.1.4"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [
"bokeh>=2,<3",
"pandas>=1,<2",
]
version = "1.1.3"
version = "1.1.4"

[project.optional-dependencies]
dev = [
Expand Down

0 comments on commit d118f6a

Please sign in to comment.