Skip to content

Commit

Permalink
v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-boris committed Oct 27, 2022
1 parent 0251c1b commit 24c655e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -569,4 +569,4 @@ To release:
* `git tag vX.Y.z`
* push those changes to `main`
* `./release.sh --real` and enter your pypi credentials when prompted (omit the `--real` to try it against the testing pypi, if you're not sure)
* Find the tag in https://github.com/taskcluster/tc-admin/releases and create a new release with a brief desscription of the changes
* Find the tag in https://github.com/taskcluster/tc-admin/releases and create a new release with a brief description of the changes
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="tc-admin",
version="3.2.0",
version="3.3.0",
description="Administration of Taskcluster runtime configuration",
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 24c655e

Please sign in to comment.