Skip to content

Commit

Permalink
Update for 1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Jan 14, 2025
1 parent 32e2024 commit 1c0be3d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 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.3 - 2025-01-14
================
- The new :class:`modelcif.CustomTemplate` class allows for custom templates
(that have not been deposited in a database such as PDB) to be referenced,
together with their atomic coordinates (#1).
Expand Down
2 changes: 1 addition & 1 deletion modelcif/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import modelcif.data
import sys

__version__ = '1.2'
__version__ = '1.3'


class System(object):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from distutils.core import setup
import sys

VERSION = "1.2"
VERSION = "1.3"

copy_args = sys.argv[1:]

Expand Down
5 changes: 4 additions & 1 deletion util/python-modelcif.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Name: python3-modelcif
License: MIT
Group: Applications/Engineering
Version: 1.2
Version: 1.3
Release: 1%{?dist}
Summary: Package for handling ModelCIF mmCIF and BinaryCIF files
Packager: Ben Webb <[email protected]>
Expand All @@ -28,6 +28,9 @@ compliant with the ModelCIF extension. It works with Python 2.7 or Python 3.
%defattr(-,root,root)

%changelog
* Tue Jan 14 2025 Ben Webb <[email protected]> 1.3-1
- Update to latest upstream.

* Wed Oct 23 2024 Ben Webb <[email protected]> 1.2-1
- Update to latest upstream.

Expand Down

0 comments on commit 1c0be3d

Please sign in to comment.