Skip to content

Commit

Permalink
Create 5.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
svniemeijer committed Jun 25, 2021
1 parent f01b87b commit 0dc9b4f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
5.2.1 2021-06-25
~~~~~~~~~~~~~~~~

* Fixed issue where a force ingest on a catalogue-only archive would fail.

5.2 2021-06-22
~~~~~~~~~~~~~~

Expand Down
1 change: 0 additions & 1 deletion DEVELOPER.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ For the muninn package:
- Update version number in ``setup.py``
- Update version number in ``README.rst`` (3x)
- Check the list of dependencies in the ``README.rst``
- Check version numbers mentioned elsewhere in the ``README.rst``
- Check the upgrade instructions in ``README.rst``
- Add change history entry in ``CHANGES``
- Check that the content of ``EXTENSIONS.rst`` is up to date
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ often require super user privileges.

Using pip: ::

$ pip install muninn-5.2.tar.gz
$ pip install muninn-5.2.1.tar.gz

Using setup.py: ::

$ tar xvfz muninn-5.2.tar.gz
$ cd muninn-5.2
$ tar xvfz muninn-5.2.1.tar.gz
$ cd muninn-5.2.1
$ python setup.py install

The muninn distribution contains a generic archiving framework that cannot be
Expand Down
2 changes: 1 addition & 1 deletion muninn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from __future__ import absolute_import, division, print_function

__version__ = "5.2"
__version__ = "5.2.1"
__copyright__ = "Copyright (C) 2014-2021 S[&]T, The Netherlands."

__all__ = ["Error", "InternalError", "Struct", "Archive", "open", "config_path"]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name="muninn",
version="5.2",
version="5.2.1",
description="Data product catalogue and archive system",
url="https://github.com/stcorp/muninn",
author="S[&]T",
Expand Down

0 comments on commit 0dc9b4f

Please sign in to comment.