Skip to content

Commit

Permalink
Create 4.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
svniemeijer committed Apr 3, 2019
1 parent 2ceb386 commit eea039f
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.4 2019-04-03
~~~~~~~~~~~~~~

* Added optional progress bars to muninn-ingest (requires 'tqdm' package).

* Added --parallel and --processes options to muninn-ingest.
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ in most cases.

Using pip: ::

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

Using setup.py: ::

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

0 comments on commit eea039f

Please sign in to comment.