File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 44A Python module for performance profiling (as described by [Dolan and
55Moré](http://arxiv.org/abs/cs/0102001)) with TikZ and matplotlib output.
66"""
7- __version__ = "1.1.1 "
7+ __version__ = "1.1.3 "
Original file line number Diff line number Diff 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 ]
2828dev = [
You can’t perform that action at this time.
0 commit comments