Skip to content

Commit 254f8e5

Browse files
v0.9.0 (#325)
* more release.md fixes * v0.9.0
1 parent 76e8991 commit 254f8e5

File tree

4 files changed

+16
-9
lines changed

4 files changed

+16
-9
lines changed

composeml/tests/test_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == "0.8.0"
5+
assert __version__ == "0.9.0"

composeml/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.0"
1+
__version__ = "0.9.0"

docs/source/release_notes.rst

+12-5
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,21 @@
22
Release Notes
33
=============
44

5-
Future Release
6-
==============
5+
.. Future Release
6+
==============
7+
* Enhancements
8+
* Fixes
9+
* Changes
10+
* Documentation Changes
11+
* Testing Changes
12+
13+
.. Thanks to the following people for contributing to this release:
14+
15+
**v0.9.0** May 12, 2022
716

817
.. warning::
918
Compose will no longer support Python 3.7.
10-
11-
* Enhancements
12-
* Fixes
19+
1320
* Changes
1421
* Update ipython to 7.31.1 (:pr:`286`)
1522
* Transition to pyproject.toml and setup.cfg (:pr:`310`, :pr:`313`)

release.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
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.
44

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

99
## Create Release PR
1010
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.

0 commit comments

Comments
 (0)