Skip to content

Commit e31a8fa

Browse files
committed
New release: 1.1.3
1 parent a743ded commit e31a8fa

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.3] - 2023-03-21
12+
1113
### Added
1214

1315
- Constraints on the versions of packages.
@@ -53,7 +55,8 @@ Please check the commit list.
5355
[JORS paper]: https://openresearchsoftware.metajnl.com/articles/10.5334/jors.81/
5456

5557
<!-- Versions -->
56-
[unreleased]: https://github.com/abelsiqueira/perprof-py/compare/v1.1.2...HEAD
58+
[unreleased]: https://github.com/abelsiqueira/perprof-py/compare/v1.1.3...HEAD
59+
[1.1.3]: https://github.com/abelsiqueira/perprof-py/compare/v1.1.2...v1.1.3
5760
[1.1.2]: https://github.com/abelsiqueira/perprof-py/compare/v1.1.1...v1.1.2
5861
[1.1.1]: https://github.com/abelsiqueira/perprof-py/compare/v1.1.0...v1.1.1
5962
[1.1.0]: https://github.com/abelsiqueira/perprof-py/compare/v1.0.0...v1.1.0

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
# built documents.
5454
#
5555
# The short X.Y version.
56-
version = "1.1.1"
56+
version = "1.1.3"
5757
# The full version, including alpha/beta/rc tags.
58-
release = "1.1.1"
58+
release = "1.1.3"
5959

6060
# The language for content autogenerated by Sphinx. Refer to documentation
6161
# for a list of supported languages.

perprof/__init__.py

Lines changed: 1 addition & 1 deletion
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.1"
7+
__version__ = "1.1.3"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"matplotlib>=3",
2323
"bokeh>=2",
2424
]
25-
version = "1.1.2"
25+
version = "1.1.3"
2626

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

0 commit comments

Comments
 (0)