Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tung-vu-td committed Nov 22, 2024
1 parent 0459292 commit 0e7e85c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,10 @@ Then, run ``tox``.
Release
^^^^^^^

Create and push a tag to GitHub, then creating a Release on GitHub will publish new version to PyPI.

1. Update version `x.x.x` in `pyproject.toml`.
2. Create a PR with `release-x.x.x` branch. Request and merge the PR.
3. Create and push a tag `x.x.x` on `release-x.x.x` merge commit.
4. Create a Release on GitHub will publish new version to PyPI.

Manual release
~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

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

0 comments on commit 0e7e85c

Please sign in to comment.