Skip to content

Commit 48675ac

Browse files
author
rocky
committed
Get ready for release 6.1.4
1 parent 720d675 commit 48675ac

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
/.tox
3030
/.venv*/*
3131
/ChangeLog
32+
/ChangeLog-spell-corrected
3233
/PKG-INFO
3334
/README
3435
/README.html

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
6.1.4 2025-05-26
2+
================
3+
4+
* Add another cross-python testing mechanism courtesy of Elliot Tarbet 2elli
5+
* Update Python magics for 3.10.7, 3.11,12, 3.12.9, 3.12.10, 3.13.2, 3.13.3
6+
7+
18
6.1.3 2024-12-19
29
================
310

xdis/codetype/code310.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2024 by Rocky Bernstein
1+
# (C) Copyright 2024-2025 by Rocky Bernstein
22
#
33
# This program is free software; you can redistribute it and/or
44
# modify it under the terms of the GNU General Public License

xdis/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# well as importing into Python. That's why there is no
55
# space around "=" below.
66
# fmt: off
7-
__version__="6.1.4.dev0" # noqa
7+
__version__="6.1.4" # noqa

0 commit comments

Comments
 (0)