Skip to content

Commit 2a11a3f

Browse files
committed
Update version and Changelog
1 parent d10fbe5 commit 2a11a3f

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Change Log / Release Log for openPMD-viewer
22

3+
## 0.5.3
4+
5+
This is version `0.5.3` of openPMD-viewer.
6+
7+
It corrects some of the issues with the size of boxes and widgets in the
8+
interactive slider. In addition, the iteration number is now read from
9+
the hdf5 metadata, and not the name of the file.
10+
11+
## 0.5.2
12+
13+
This is version `0.5.2` of openPMD-viewer.
14+
15+
It fixes some of the installation issues associated with Cython.
16+
17+
## 0.5.1
18+
19+
This is version `0.5.1` of openPMD-viewer.
20+
21+
It corrects a minor bug in the dependencies of the package.
22+
323
## 0.5.0
424

525
This is version `0.5.0` of openPMD-viewer.

conda_recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "0.5.2" %}
1+
{% set version = "0.5.3" %}
22

33
package:
44
name: openpmd_viewer
@@ -9,7 +9,7 @@ source:
99
git_url: https://github.com/openPMD/openPMD-viewer.git
1010

1111
build:
12-
script: python setup.py install
12+
script: python setup.py install
1313

1414
requirements:
1515
build:

opmd_viewer/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.2"
1+
__version__ = "0.5.3"

0 commit comments

Comments
 (0)