Skip to content

Commit cdbf33b

Browse files
diegorussohugovk
andauthored
Prepare for 1.13.0 release (#435)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 0ee17df commit cdbf33b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

doc/changelog.rst

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

4+
Version 1.13.0 (2025-10-27)
5+
--------------
6+
* Re-enable xdsl benchmark
7+
* Remove code for Python 3.7 and previous versions
8+
* CI updates:
9+
* fix workflow ubuntu-latest
10+
* remove unused Azure Pipelines config
11+
* update checkout version
12+
* setup dependabot
13+
* update setup-python version
14+
415
Version 1.12.0 (2025-10-24)
516
--------------
617
* Add xdsl benchmark (but disabled by default due to a regression)

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, 12, 0)
6+
VERSION = (1, 13, 0)
77
__version__ = ".".join(map(str, VERSION))
88

99

0 commit comments

Comments
 (0)