Skip to content

Commit 66fe7ab

Browse files
committed
Prepare for 2.4 release
1 parent 532e32a commit 66fe7ab

File tree

6 files changed

+18
-4
lines changed

6 files changed

+18
-4
lines changed

ChangeLog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.4 - 2025-03-25
2+
================
3+
- Add support for fits of model groups or ensembles to cross-links
4+
using the new :class:`ihm.restraint.CrossLinkGroupFit` class.
5+
16
2.3 - 2025-03-13
27
================
38
- The C-accelerated BinaryCIF parser now supports interval quantization

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ include examples/*
44
include src/cmp.h
55
include src/ihm_format.h
66
include src/ihm_format.i
7-
include src/ihm_format_wrap_2.3.c
7+
include src/ihm_format_wrap_2.4.c

ihm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import json
1818
from . import util
1919

20-
__version__ = '2.3'
20+
__version__ = '2.4'
2121

2222

2323
class __UnknownValue:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import sys
88
import os
99

10-
VERSION = "2.3"
10+
VERSION = "2.4"
1111

1212
copy_args = sys.argv[1:]
1313

util/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python-ihm (2.4-1~@CODENAME@) @CODENAME@; urgency=low
2+
3+
* python-ihm 2.4 release
4+
5+
-- Ben Webb <[email protected]> Tue, 25 Mar 2025 20:31:19 -0700
6+
17
python-ihm (2.3-1~@CODENAME@) @CODENAME@; urgency=low
28

39
* python-ihm 2.3 release

util/python-ihm.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Name: python3-ihm
22
License: MIT
33
Group: Applications/Engineering
4-
Version: 2.3
4+
Version: 2.4
55
Release: 1%{?dist}
66
Summary: Package for handling IHM mmCIF and BinaryCIF files
77
Packager: Ben Webb <[email protected]>
@@ -36,6 +36,9 @@ sed -i -e "s/install_requires=\['msgpack'\]/#/" setup.py
3636
%defattr(-,root,root)
3737

3838
%changelog
39+
* Tue Mar 25 2025 Ben Webb <[email protected]> 2.4-1
40+
- Update to latest upstream.
41+
3942
* Thu Mar 13 2025 Ben Webb <[email protected]> 2.3-1
4043
- Update to latest upstream.
4144

0 commit comments

Comments
 (0)