Skip to content

Commit

Permalink
Update for 2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Feb 14, 2025
1 parent 545ffbe commit d49b379
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 4 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.2 - 2025-02-13
================
- The C-accelerated BinaryCIF parser now supports a wider range of data types.

2.1 - 2025-02-12
================
- Minor fixes to the C-accelerated BinaryCIF parser.
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ include examples/*
include src/cmp.h
include src/ihm_format.h
include src/ihm_format.i
include src/ihm_format_wrap_2.1.c
include src/ihm_format_wrap_2.2.c
2 changes: 1 addition & 1 deletion ihm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import json
from . import util

__version__ = '2.1'
__version__ = '2.2'


class __UnknownValue:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import sys
import os

VERSION = "2.1"
VERSION = "2.2"

copy_args = sys.argv[1:]

Expand Down
6 changes: 6 additions & 0 deletions util/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
python-ihm (2.2-1~@CODENAME@) @CODENAME@; urgency=low

* python-ihm 2.2 release

-- Ben Webb <[email protected]> Thu, 13 Feb 2025 20:24:55 -0800

python-ihm (2.1-1~@CODENAME@) @CODENAME@; urgency=low

* python-ihm 2.1 release
Expand Down
5 changes: 4 additions & 1 deletion util/python-ihm.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Name: python3-ihm
License: MIT
Group: Applications/Engineering
Version: 2.1
Version: 2.2
Release: 1%{?dist}
Summary: Package for handling IHM mmCIF and BinaryCIF files
Packager: Ben Webb <[email protected]>
Expand Down Expand Up @@ -36,6 +36,9 @@ sed -i -e "s/install_requires=\['msgpack'\]/#/" setup.py
%defattr(-,root,root)

%changelog
* Thu Feb 13 2025 Ben Webb <[email protected]> 2.2-1
- Update to latest upstream.

* Wed Feb 12 2025 Ben Webb <[email protected]> 2.1-1
- Update to latest upstream.

Expand Down

0 comments on commit d49b379

Please sign in to comment.