Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Also updates `releases.md`.
  • Loading branch information
maread99 committed May 25, 2022
1 parent c2c9e27 commit 27c097d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/developers/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ The latest draft should be at the top of the [releases page](https://github.com/
On publishing a release via GitHub the [`release.yml` workflow](https://github.com/maread99/market_prices/blob/master/.github/workflows/release.yml) will upload the distrubtion files to PyPI.

At the GitHub [releases page](https://github.com/maread99/market_prices/releases):
* The draft release notes should already be at the top of the page. Click the 'Draft a new release' button.
* Tag the release. Either choose the last commit's tag (if it was added) or create a new tag with the version string (this new tag will be attached to last commit).
* Make sure target is selected as 'Master'.
* The draft release notes should already be at the top of the page. Click the pen icon to edit the draft.
* Tag the release. The draft will have suggested a tag for the release. If this tag doesn't reflect the intended version then either select the last commit's tag (if it was added) or create a new tag that reflects the version string (any new tag will be attached to last commit).
* Make sure target is selected as 'refs/head/master'.
* Revise the draft release notes as requried.
* If the release includes new features, select the checkbox for 'Create a discussion for this release' (otherwise leave unchecked).
* Click the 'Publish Release' button.
2 changes: 1 addition & 1 deletion src/market_prices/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

__all__ = [PricesYahoo, get_exchange_info]

__version__ = "0.8.1"
__version__ = "0.8.2"

__title__ = "market_prices"
__description__ = "Meaningful OHLCV datasets"
Expand Down

0 comments on commit 27c097d

Please sign in to comment.