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

Bump version: 46.3.1 → 46.4.0

parent c457e683
[bumpversion]
current_version = 46.3.1
current_version = 46.4.0
commit = True
tag = True
......
v46.4.0
-------
* #1753: ``attr:`` now extracts variables through rudimentary examination of the AST,
thereby supporting modules with third-party imports. If examining the AST
fails to find the variable, ``attr:`` falls back to the old behavior of
importing the module. Works on Python 3 only.
v46.3.1
-------
......
``attr:`` now extracts variables through rudimentary examination of the AST,
thereby supporting modules with third-party imports. If examining the AST
fails to find the variable, ``attr:`` falls back to the old behavior of
importing the module. Works on Python 3 only.
......@@ -16,7 +16,7 @@ formats = zip
[metadata]
name = setuptools
version = 46.3.1
version = 46.4.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