Skip to content

Commit

Permalink
v0.9.0 (#325)
Browse files Browse the repository at this point in the history
* more release.md fixes

* v0.9.0
  • Loading branch information
thehomebrewnerd committed May 12, 2022
1 parent 76e8991 commit 254f8e5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion composeml/tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.8.0"
assert __version__ == "0.9.0"
2 changes: 1 addition & 1 deletion composeml/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.0"
__version__ = "0.9.0"
17 changes: 12 additions & 5 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,21 @@
Release Notes
=============

Future Release
==============
.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
**v0.9.0** May 12, 2022

.. warning::
Compose will no longer support Python 3.7.

* Enhancements
* Fixes

* Changes
* Update ipython to 7.31.1 (:pr:`286`)
* Transition to pyproject.toml and setup.cfg (:pr:`310`, :pr:`313`)
Expand Down
4 changes: 2 additions & 2 deletions release.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
The environment variables `PYPI_USERNAME` and `PYPI_PASSWORD` must be already set in the repository as secrets. To add these variables, go to Secrets in the Settings of the repository.

## Create Release Branch
1. Branch off of main and name the branch the release version number (e.g. v0.1.2)
2. Bump version number in ``composeml/version.py`, and `composeml/tests/test_version.py`.
1. Branch off of main and name the branch the release version number (e.g. `release_v0.1.2`)
2. Bump version number in `composeml/version.py`, and `composeml/tests/test_version.py`.

## Create Release PR
A release PR should have the version number as the title and the changelog updates as the PR body text. The contributors line is not necessary.
Expand Down

0 comments on commit 254f8e5

Please sign in to comment.