Commit fc0249f2 authored by Jason R. Coombs's avatar Jason R. Coombs

Bump version: 46.2.0 → 46.3.0

parent fb09f9c4
[bumpversion]
current_version = 46.2.0
current_version = 46.3.0
commit = True
tag = True
......
v46.3.0
-------
* #2089: Package index functionality no longer attempts to remove an md5 fragment from the index URL. This functionality, added for distribute #163 is no longer relevant.
* #2041: Preserve file modes during pkg files copying, but clear read only flag for target afterwards.
* #2105: Filter ``2to3`` deprecation warnings from ``TestDevelop.test_2to3_user_mode``.
v46.2.0
-------
......
Preserve file modes during pkg files copying, but clear read only flag for target afterwards.
Package index functionality no longer attempts to remove an md5 fragment from the index URL. This functionality, added for distribute #163 is no longer relevant.
Filter ``2to3`` deprecation warnings from ``TestDevelop.test_2to3_user_mode``.
......@@ -16,7 +16,7 @@ formats = zip
[metadata]
name = setuptools
version = 46.2.0
version = 46.3.0
description = Easily download, build, install, upgrade, and uninstall Python packages
author = Python Packaging Authority
author_email = distutils-sig@python.org
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment