Skip to content

Commit

Permalink
Prepare for 0.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Oct 3, 2023
1 parent 42fdde2 commit 0aab73f
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
====
0.9 - 2023-10-02
================
- Bugfix: :class:`modelcif.SoftwareGroup` now allows for parameters to
be associated with each piece of software in the group, rather than
with the group as a whole (#33).
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.8'
__version__ = '0.9'


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

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: 0.8
Version: 0.9
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
* Mon Oct 02 2023 Ben Webb <[email protected]> 0.9-1
- Update to latest upstream.

* Fri Aug 04 2023 Ben Webb <[email protected]> 0.8-1
- Update to latest upstream.

Expand Down

0 comments on commit 0aab73f

Please sign in to comment.