Skip to content

Commit ad7824c

Browse files
authored
Prepare release 1.11.0 (#331)
1 parent 52a4c58 commit ad7824c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

doc/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
Changelog
22
=========
33

4+
Version 1.11.0 (2024-03-09)
5+
--------------
46
* Add a --same-loops option to the run command to use the exact same number of
57
loops as a previous run (without recalibrating).
8+
* Bump pyperf to 2.6.3
9+
* Fix the django_template benchmark for compatibilty with 3.13
10+
* Fix benchmark.conf.sample
611

712
Version 1.10.0 (2023-10-22)
813
--------------

pyperformance/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys
33

44

5-
VERSION = (1, 10, 0)
5+
VERSION = (1, 11, 0)
66
__version__ = '.'.join(map(str, VERSION))
77

88

0 commit comments

Comments
 (0)