Skip to content

Commit

Permalink
Prepare release 1.11.0 (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 authored Mar 9, 2024
1 parent 52a4c58 commit ad7824c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
Changelog
=========

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

Version 1.10.0 (2023-10-22)
--------------
Expand Down
2 changes: 1 addition & 1 deletion pyperformance/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys


VERSION = (1, 10, 0)
VERSION = (1, 11, 0)
__version__ = '.'.join(map(str, VERSION))


Expand Down

0 comments on commit ad7824c

Please sign in to comment.