Skip to content

Commit

Permalink
Update version to 6.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
svniemeijer committed Aug 14, 2024
1 parent eca17df commit 84d5bfe
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
6.4.1 2024-08-14
~~~~~~~~~~~~~~~~

* Fixed issue where only 'dict' values could be stored as a JSON property.

6.4 2024-03-14
Expand Down
6 changes: 3 additions & 3 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ often require super user privileges.
Using pip:

```
$ pip install muninn-6.4.tar.gz
$ pip install muninn-6.4.1.tar.gz
```

Using setup.py:

```
$ tar xvfz muninn-6.4.tar.gz
$ cd muninn-6.4
$ tar xvfz muninn-6.4.1.tar.gz
$ cd muninn-6.4.1
$ python setup.py install
```

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__ = "6.4"
__version__ = "6.4.1"
__copyright__ = "Copyright (C) 2014-2024 S[&]T, The Netherlands."

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

setup(
name="muninn",
version="6.4",
version="6.4.1",
description="Data product catalogue and archive system",
url="https://github.com/stcorp/muninn",
author="S[&]T",
Expand Down Expand Up @@ -51,6 +51,7 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering",
Expand Down

0 comments on commit 84d5bfe

Please sign in to comment.