Skip to content

Commit

Permalink
Update for 1.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Oct 23, 2024
1 parent 1838c05 commit c7fcb36
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
HEAD
====
1.7 - 2024-10-22
================
- Sanity checks when writing out a file can now be disabled if desired,
using the new ``check`` argument to :func:`ihm.dumper.write` (#153).
- Data that have been split over multiple mmCIF or BinaryCIF files can now
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ include LICENSE
include examples/*
include src/ihm_format.h
include src/ihm_format.i
include src/ihm_format_wrap_1.6.c
include src/ihm_format_wrap_1.7.c
2 changes: 1 addition & 1 deletion ihm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import json
from . import util

__version__ = '1.6'
__version__ = '1.7'


class __UnknownValue(object):
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 = "1.6"
VERSION = "1.7"

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 (1.7-1~@CODENAME@) @CODENAME@; urgency=low

* python-ihm 1.7 release

-- Ben Webb <[email protected]> Tue, 22 Oct 2024 23:02:03 -0700

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

* python-ihm 1.6 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: 1.6
Version: 1.7
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 Oct 22 2024 Ben Webb <[email protected]> 1.7-1
- Update to latest upstream.

* Fri Sep 27 2024 Ben Webb <[email protected]> 1.6-1
- Update to latest upstream.

Expand Down

0 comments on commit c7fcb36

Please sign in to comment.