Skip to content

Commit

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

## 0.3.3

This is version `0.3.3` of openPMD-viewer.

This version fixed a bug with the executable `openPMD_notebook`. More precisely, the executable was not installed, when using `pip` or `conda`. In addition, it was failing with Python 3.

## 0.3.2

This is version `0.3.2` of openPMD-viewer. The following changes were introduced:
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.2" %}
{% set version = "0.3.3" %}

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.2',
version='0.3.3',
description='Visualization tools for openPMD files',
long_description=long_description,
url='https://github.com/openPMD/openPMD-viewer.git',
Expand Down

0 comments on commit e5d362e

Please sign in to comment.