Skip to content

Commit 74d8b3d

Browse files
committed
Increased version number and documented changes
1 parent c0147a7 commit 74d8b3d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## 0.3.2
4+
5+
This is version `0.3.2` of openPMD-viewer. The following changes were introduced:
6+
7+
- The conda recipe in `conda_recipe/` was simplified and streamlined.
8+
- The documentation now explains how to install openPMD-viewer with `conda`, the instructions to release the package was put into a document `RELEASING.md`.
9+
- A file `MANIFEST.in` was added, to avoid issues with pip and Python 3.
10+
311
## 0.3.1
412

513
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.

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.1" %}
1+
{% set version = "0.3.2" %}
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.1',
28+
version='0.3.2',
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)