Skip to content

Commit

Permalink
Update release version, notebook argument
Browse files Browse the repository at this point in the history
Signed-off-by: Håkon Wiik Ånes <[email protected]>
  • Loading branch information
hakonanes committed Jan 22, 2021
1 parent 0d7c242 commit dac8c86
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 3 additions & 1 deletion RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ How to make a new release of ``kikuchipy``
with `-rc.1` added to the version name, like v0.42.0-rc.1, merge the PR after
all checks pass, and publish an RC release off of the release branch. See that
it is made available via PyPI, download it with the `dev` dependencies, and
run the tests to make sure everything is as it should be.
run the tests to make sure everything is as it should be. Also check that
Binder can build the repository successfully by going to the Read the Docs PR
check in the RC PR above after the RC release.
- Create a release draft (tag) via the GitHub repo from the release branch with
the correct tag version name, e.g. v0.42.x and release title (see previous
releases). Add the new release notes from the changelog. Publish the release.
Expand Down
4 changes: 2 additions & 2 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
Contributors to each release are listed in alphabetical order by first name.
List entries are sorted in descending chronological order.

Unreleased
==========
0.3.1 (2021-01-22)
==================

Contributors
------------
Expand Down
3 changes: 2 additions & 1 deletion doc/pattern_matching.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
"import kikuchipy as kp\n",
"\n",
"\n",
"s = kp.data.nickel_ebsd_large() # Use kp.load(\"data.h5\") to load your own data\n",
"# Use kp.load(\"data.h5\") to load your own data\n",
"s = kp.data.nickel_ebsd_large(allow_download=True) # External download\n",
"s"
]
},
Expand Down
2 changes: 1 addition & 1 deletion kikuchipy/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
name = "kikuchipy"
platforms = ["Linux", "MacOS X", "Windows"]
status = "Development"
version = "0.4.0dev"
version = "0.3.1"

0 comments on commit dac8c86

Please sign in to comment.