Skip to content

Commit 099f957

Browse files
authored
Release 1.3.0 (#126)
1 parent 0459292 commit 099f957

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,10 @@ Then, run ``tox``.
293293
Release
294294
^^^^^^^
295295

296-
Create and push a tag to GitHub, then creating a Release on GitHub will publish new version to PyPI.
297-
296+
1. Update version `x.x.x` in `pyproject.toml`.
297+
2. Create a PR with `release-x.x.x` branch. Request and merge the PR.
298+
3. Create and push a tag `x.x.x` on `release-x.x.x` merge commit.
299+
4. Create a Release on GitHub will publish new version to PyPI.
298300

299301
Manual release
300302
~~~~~~~~~~~~~~

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "td-client"
7-
version = "1.2.2.dev0"
7+
version = "1.3.0"
88
description = "Treasure Data API library for Python"
99
readme = {file = "README.rst", content-type = "text/x-rst; charset=UTF-8"}
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)