Skip to content

Commit

Permalink
Prepare for 1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Jun 20, 2024
1 parent 9c759b5 commit b74153b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
10 changes: 10 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.0 - 2024-06-20
================
- Reference information in the ``struct_ref`` mmCIF table is now supported
in addition to the ModelCIF-specific tables such as
``ma_target_ref_db_details``. :class:`modelcif.reference.TargetReference`
now inherits from ``ihm.reference.Sequence`` and allows for the full
database sequence, plus any differences between it and the modeled sequence,
to be recorded. The ``align_begin`` and ``align_end`` arguments are now
deprecated (#34).

0.9 - 2023-10-02
================
- Bugfix: :class:`modelcif.SoftwareGroup` now allows for parameters to
Expand Down
2 changes: 1 addition & 1 deletion modelcif/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import modelcif.data
import sys

__version__ = '0.9'
__version__ = '1.0'


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 = "0.9"
VERSION = "1.0"

copy_args = sys.argv[1:]

Expand Down
3 changes: 3 additions & 0 deletions util/python-modelcif.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ compliant with the ModelCIF extension. It works with Python 2.7 or Python 3.
%defattr(-,root,root)

%changelog
* Thu Jun 20 2024 Ben Webb <[email protected]> 1.0-1
- Update to latest upstream.

* Mon Oct 02 2023 Ben Webb <[email protected]> 0.9-1
- Update to latest upstream.

Expand Down

0 comments on commit b74153b

Please sign in to comment.