Skip to content

Commit

Permalink
Prepare for 0.39 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Aug 4, 2023
1 parent 02fc52b commit dbb228e
Show file tree
Hide file tree
Showing 5 changed files with 9 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
====
0.39 - 2023-08-04
=================
- :class:`ihm.location.DatabaseLocation` no longer accepts a ``db_name``
parameter. Derived classes (such as :class:`ihm.location.PDBLocation`)
should be used instead; the base class should only be used for "other"
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 util/make-mmcif.py
include src/ihm_format.h
include src/ihm_format.i
include src/ihm_format_wrap_0.38.c
include src/ihm_format_wrap_0.39.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__ = '0.38'
__version__ = '0.39'


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 = "0.38"
VERSION = "0.39"

copy_args = sys.argv[1:]

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: 0.38
Version: 0.39
Release: 1%{?dist}
Summary: Package for handling IHM mmCIF and BinaryCIF files
Packager: Ben Webb <ben@salilab.org>
Expand All @@ -27,6 +27,9 @@ with Python 2.7 or Python 3.
%defattr(-,root,root)

%changelog
* Fri Aug 04 2023 Ben Webb <ben@salilab.org> 0.39-1
- Update to latest upstream.

* Mon Jul 31 2023 Ben Webb <ben@salilab.org> 0.38-1
- Update to latest upstream.

Expand Down

0 comments on commit dbb228e

Please sign in to comment.