Skip to content

Commit e5d362e

Browse files
committed
Increased version number and documented CHANGELOG
1 parent 602f07d commit e5d362e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## 0.3.3
4+
5+
This is version `0.3.3` of openPMD-viewer.
6+
7+
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.
8+
39
## 0.3.2
410

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

conda_recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "0.3.2" %}
1+
{% set version = "0.3.3" %}
22

33
package:
44
name: openpmd_viewer

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def run_tests(self):
2525

2626
# Main setup command
2727
setup(name='openPMD-viewer',
28-
version='0.3.2',
28+
version='0.3.3',
2929
description='Visualization tools for openPMD files',
3030
long_description=long_description,
3131
url='https://github.com/openPMD/openPMD-viewer.git',

0 commit comments

Comments
 (0)