Skip to content

Commit

Permalink
Bump version to 2.2.0rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
Moshe Shahar committed Mar 22, 2021
1 parent 1c5bf65 commit d8f282f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifesttool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# limitations under the License.
# ----------------------------------------------------------------------------

__version__ = "2.2.0rc2"
__version__ = "2.2.0rc3"
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ skip_install=True
deps =
# FIXME - use '{envpython} setup.py --fullname'
setenv =
SDIST_TAR_NAME = manifest-tool-2.2.0rc2.tar.gz
SDIST_TAR_NAME = manifest-tool-2.2.0rc3.tar.gz
commands =
{envpython} setup.py egg_info
{envpython} setup.py sdist
Expand Down

0 comments on commit d8f282f

Please sign in to comment.