Skip to content

Commit 6155cb5

Browse files
Address review
1 parent d92b36e commit 6155cb5

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

doc/changelog.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
Changelog
22
=========
33

4-
Version 1.15.0
5-
--------------
6-
* Bump ``pyperf`` to 2.10.0
7-
84
Version 1.14.0
95
--------------
6+
* Bump ``pyperf`` to 2.10.0
107
* Add base64 module benchmark (b64, b32, b16, a85, b85)
118
* Add FastAPI HTTP benchmark
129
* Add YAML parsing benchmark

pyperformance/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import sys
44
from importlib.metadata import distribution
55

6-
VERSION = (1, 15, 0)
6+
VERSION = (1, 14, 0)
77
__version__ = ".".join(map(str, VERSION))
88

99

pyperformance/requirements/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --output-file=pyperformance/requirements/requirements.txt requirements.in
66
#
7-
packaging==26.0
7+
packaging>=24.1
88
# via -r requirements.in
99
psutil==7.0.0
1010
# via

0 commit comments

Comments
 (0)