Skip to content

Commit d118f6a

Browse files
committed
Release v1.1.4
1 parent bec5196 commit d118f6a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning].
88

99
## [Unreleased]
1010

11+
## [1.1.4] - 2023-04-11
12+
1113
### Added
1214

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

6769
<!-- Versions -->
68-
[unreleased]: https://github.com/abelsiqueira/perprof-py/compare/v1.1.3...HEAD
70+
<!-- markdown-link-check-disable -->
71+
[unreleased]: https://github.com/abelsiqueira/perprof-py/compare/v1.1.4...HEAD
72+
[1.1.4]: https://github.com/abelsiqueira/perprof-py/compare/v1.1.3...v1.1.4
6973
[1.1.3]: https://github.com/abelsiqueira/perprof-py/compare/v1.1.2...v1.1.3
7074
[1.1.2]: https://github.com/abelsiqueira/perprof-py/compare/v1.1.1...v1.1.2
7175
[1.1.1]: https://github.com/abelsiqueira/perprof-py/compare/v1.1.0...v1.1.1

perprof/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
A Python module for performance profiling (as described by [Dolan and
55
Moré](http://arxiv.org/abs/cs/0102001)) with TikZ and matplotlib output.
66
"""
7-
__version__ = "1.1.3"
7+
__version__ = "1.1.4"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
"bokeh>=2,<3",
2424
"pandas>=1,<2",
2525
]
26-
version = "1.1.3"
26+
version = "1.1.4"
2727

2828
[project.optional-dependencies]
2929
dev = [

0 commit comments

Comments
 (0)