Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaehne committed Nov 23, 2021
1 parent 71949d2 commit 96dff77
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## UNRELEASED
## 2021-11-23 - version 0.1.3
### Changed
- Mentions of the now deleted `non_uniform_axes` branch in HyperSpy updated to `RELEASE_next_minor`
- Change 'master' to 'main' branch
- Updated/corrected badges in README.md
- Updated/corrected badges and other things in README.md and other documentation files

## 2021-08-22 - version 0.1.2
### Added
Expand Down
2 changes: 1 addition & 1 deletion lumispy/release_info.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "lumispy"
version = "0.2.dev0"
version = "0.1.3"
description = "Analysis of luminescence spectroscopy data with HyperSpy."
author = "The LumiSpy developers"
copyright = "Copyright 2019-2021, LumiSpy developers"
Expand Down
3 changes: 2 additions & 1 deletion releasing_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ To publish a new LumiSpy release do the following steps:
first digit for a major release)
- Let that PR collect comments for a day to ensure that other maintainers are comfortable
with releasing
- Set correct date and version number in `CHANGELOG.md`

### Tag and Release
- Create a tag e.g. `git tag -a v0.1.1 -m "LumiSpy version 0.1.1"`
Expand All @@ -22,7 +23,7 @@ To publish a new LumiSpy release do the following steps:
### Post-release action
- Increment the version and set it back to dev: `vx.y.zdev`
- Update version in other branches if necessary
- Prepare `CHANGES.md` for development
- Prepare `CHANGELOG.md` for development
- Merge the PR

### Follow-up
Expand Down

0 comments on commit 96dff77

Please sign in to comment.