Skip to content

Commit

Permalink
Bump version to 2.1.1rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Moshe Shahar committed Jan 17, 2021
1 parent cb810a3 commit 4ad7f36
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.1.1rc1"
__version__ = "2.1.1rc2"
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ skip_install=True
deps =
# FIXME - use '{envpython} setup.py --fullname'
setenv =
SDIST_TAR_NAME = manifest-tool-2.1.1rc1.tar.gz
SDIST_TAR_NAME = manifest-tool-2.1.1rc2.tar.gz
commands =
{envpython} setup.py egg_info
{envpython} setup.py sdist
Expand Down

0 comments on commit 4ad7f36

Please sign in to comment.