Skip to content

Commit

Permalink
Increased version number and documented changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiLehe committed Sep 13, 2016
1 parent c0147a7 commit 74d8b3d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log / Release Log for openPMD-viewer

## 0.3.2

This is version `0.3.2` of openPMD-viewer. The following changes were introduced:

- The conda recipe in `conda_recipe/` was simplified and streamlined.
- The documentation now explains how to install openPMD-viewer with `conda`, the instructions to release the package was put into a document `RELEASING.md`.
- A file `MANIFEST.in` was added, to avoid issues with pip and Python 3.

## 0.3.1

This is version `0.3.1` of openPMD-viewer. This version introduces minor changes in the way the tests are run in `setup.py`. The aim of these changes are to prepare a conda release.
Expand Down
2 changes: 1 addition & 1 deletion conda_recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.3.1" %}
{% set version = "0.3.2" %}

package:
name: openpmd_viewer
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def run_tests(self):

# Main setup command
setup(name='openPMD-viewer',
version='0.3.1',
version='0.3.2',
description='Visualization tools for openPMD files',
long_description=long_description,
url='https://github.com/openPMD/openPMD-viewer.git',
Expand Down

0 comments on commit 74d8b3d

Please sign in to comment.