File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1- HEAD
2- ====
1+ 0.9 - 2023-10-02
2+ ================
33 - Bugfix: :class: `modelcif.SoftwareGroup ` now allows for parameters to
44 be associated with each piece of software in the group, rather than
55 with the group as a whole (#33).
Original file line number Diff line number Diff line change 55import modelcif .data
66import sys
77
8- __version__ = '0.8 '
8+ __version__ = '0.9 '
99
1010
1111class System (object ):
Original file line number Diff line number Diff line change 66 from distutils .core import setup
77import sys
88
9- VERSION = "0.8 "
9+ VERSION = "0.9 "
1010
1111copy_args = sys .argv [1 :]
1212
Original file line number Diff line number Diff line change 11Name: python3-modelcif
22License: MIT
33Group: Applications/Engineering
4- Version: 0.8
4+ Version: 0.9
55Release: 1%{?dist }
66Summary: Package for handling ModelCIF mmCIF and BinaryCIF files
77Packager: 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+ * Mon Oct 02 2023 Ben Webb <ben@salilab.org> 0.9-1
32+ - Update to latest upstream.
33+
3134* Fri Aug 04 2023 Ben Webb <ben@salilab.org> 0.8-1
3235- Update to latest upstream.
3336
You can’t perform that action at this time.
0 commit comments