Skip to content

Commit 1c0be3d

Browse files
committed
Update for 1.3 release
1 parent 32e2024 commit 1c0be3d

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

ChangeLog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
HEAD
2-
====
1+
1.3 - 2025-01-14
2+
================
33
- The new :class:`modelcif.CustomTemplate` class allows for custom templates
44
(that have not been deposited in a database such as PDB) to be referenced,
55
together with their atomic coordinates (#1).

modelcif/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import modelcif.data
77
import sys
88

9-
__version__ = '1.2'
9+
__version__ = '1.3'
1010

1111

1212
class System(object):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from distutils.core import setup
77
import sys
88

9-
VERSION = "1.2"
9+
VERSION = "1.3"
1010

1111
copy_args = sys.argv[1:]
1212

util/python-modelcif.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Name: python3-modelcif
22
License: MIT
33
Group: Applications/Engineering
4-
Version: 1.2
4+
Version: 1.3
55
Release: 1%{?dist}
66
Summary: Package for handling ModelCIF mmCIF and BinaryCIF files
77
Packager: Ben Webb <ben@salilab.org>
@@ -28,6 +28,9 @@ compliant with the ModelCIF extension. It works with Python 2.7 or Python 3.
2828
%defattr(-,root,root)
2929

3030
%changelog
31+
* Tue Jan 14 2025 Ben Webb <ben@salilab.org> 1.3-1
32+
- Update to latest upstream.
33+
3134
* Wed Oct 23 2024 Ben Webb <ben@salilab.org> 1.2-1
3235
- Update to latest upstream.
3336

0 commit comments

Comments
 (0)