Skip to content

Commit 48f30be

Browse files
committed
Update for 2.1 release
1 parent 10c124b commit 48f30be

File tree

6 files changed

+17
-4
lines changed

6 files changed

+17
-4
lines changed

ChangeLog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.1 - 2025-02-12
2+
================
3+
- Minor fixes to the C-accelerated BinaryCIF parser.
4+
15
2.0 - 2025-02-11
26
================
37
- python-ihm no longer supports Python 2; the oldest supported version

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.0.c
7+
include src/ihm_format_wrap_2.1.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.0'
20+
__version__ = '2.1'
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.0"
10+
VERSION = "2.1"
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.1-1~@CODENAME@) @CODENAME@; urgency=low
2+
3+
* python-ihm 2.1 release
4+
5+
-- Ben Webb <[email protected]> Wed, 12 Feb 2025 22:11:51 -0800
6+
17
python-ihm (2.0-1~@CODENAME@) @CODENAME@; urgency=low
28

39
* python-ihm 2.0 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.0
4+
Version: 2.1
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+
* Wed Feb 12 2025 Ben Webb <[email protected]> 2.1-1
40+
- Update to latest upstream.
41+
3942
* Tue Feb 11 2025 Ben Webb <[email protected]> 2.0-1
4043
- Update to latest upstream.
4144

0 commit comments

Comments
 (0)