Skip to content

Commit

Permalink
Create 4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
svniemeijer committed Oct 4, 2018
1 parent 9817959 commit 01033fa
Show file tree
Hide file tree
Showing 4 changed files with 8 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 @@
4.3 2018-10-04
~~~~~~~~~~~~~~

* Added muninn-summary to display aggregate statistics.

* Removed muninn-search '-s' option in favor of muninn-summary.
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ in most cases.

Using pip: ::

$ pip install muninn-4.2.tar.gz
$ pip install muninn-4.3.tar.gz

Using setup.py: ::

$ tar xvfz muninn-4.2.tar.gz
$ cd muninn-4.2
$ tar xvfz muninn-4.3.tar.gz
$ cd muninn-4.3
$ 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__ = "4.2"
__version__ = "4.3"
__copyright__ = "Copyright (C) 2014-2018 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="4.2",
version="4.3",
description="Configurable product archive",
url="http://stcorp.nl/",
author="S[&]T",
Expand Down

0 comments on commit 01033fa

Please sign in to comment.