Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
utf committed Oct 20, 2020
1 parent 8e4035b commit 63ee289
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Change Log
Unreleased
----------

v2.0.2
------

New testing and release framework.

v2.0.1
------

Expand Down
2 changes: 1 addition & 1 deletion docs/admin/version-releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Version releases on Pypi and GitHub are handled automatically through GitHub
actions. The steps to push a new release are:
1. Update the version in `sumo/__init__.py`
2. Update the changelog in `docs/src/changelog.md` with the new version and
2. Update the changelog in `CHANGELOG.rst` with the new version and
release notes.
3. Create a tagged Git commit with the above changes. The tag is added using:
```bash
Expand Down
2 changes: 1 addition & 1 deletion sumo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
Sumo is a set of scripts and an API for dealing with VASP output files.
"""

__version__ = "2.0.1"
__version__ = "2.0.2"

0 comments on commit 63ee289

Please sign in to comment.