Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyfothergill committed Mar 9, 2021
1 parent 71c77b2 commit 0c421c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## 0.2.0 - 2021-03-08
- add restart capability
- gsd files track image

## 0.1.5 - 2021-01-29
- use unyt and ele packages for handling units and elements
- use gsd instead of deprecated xml files
Expand Down
2 changes: 1 addition & 1 deletion planckton/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 1, 5)
VERSION = (0, 2, 0)

__version__ = ".".join(map(str, VERSION))

0 comments on commit 0c421c3

Please sign in to comment.