Skip to content

Commit

Permalink
Update version and Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiLehe committed Mar 9, 2017
1 parent d10fbe5 commit 2a11a3f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Change Log / Release Log for openPMD-viewer

## 0.5.3

This is version `0.5.3` of openPMD-viewer.

It corrects some of the issues with the size of boxes and widgets in the
interactive slider. In addition, the iteration number is now read from
the hdf5 metadata, and not the name of the file.

## 0.5.2

This is version `0.5.2` of openPMD-viewer.

It fixes some of the installation issues associated with Cython.

## 0.5.1

This is version `0.5.1` of openPMD-viewer.

It corrects a minor bug in the dependencies of the package.

## 0.5.0

This is version `0.5.0` of openPMD-viewer.
Expand Down
4 changes: 2 additions & 2 deletions conda_recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.5.2" %}
{% set version = "0.5.3" %}

package:
name: openpmd_viewer
Expand All @@ -9,7 +9,7 @@ source:
git_url: https://github.com/openPMD/openPMD-viewer.git

build:
script: python setup.py install
script: python setup.py install

requirements:
build:
Expand Down
2 changes: 1 addition & 1 deletion opmd_viewer/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.2"
__version__ = "0.5.3"

0 comments on commit 2a11a3f

Please sign in to comment.