From: DongHun Kwak Date: Mon, 14 Jan 2019 01:43:41 +0000 (+0900) Subject: Imported Upstream version 40.4.2 X-Git-Tag: upstream/40.4.2^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=df6afed97489300ff571e671152fd437df13e9cd;p=platform%2Fupstream%2Fpython-setuptools.git Imported Upstream version 40.4.2 --- diff --git a/.gitignore b/.gitignore index 1f58eb3..0c272d1 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,5 @@ setuptools.egg-info *~ .hg* .cache +.idea/ .pytest_cache/ diff --git a/CHANGES.rst b/CHANGES.rst index 816a4d2..01a91b5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +v40.4.2 +------- + +* #1497: Updated gitignore in repo. + + v40.4.1 ------- diff --git a/setup.cfg b/setup.cfg index 26a14bd..b5659e1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 40.4.1 +current_version = 40.4.2 commit = True tag = True diff --git a/setup.py b/setup.py index 5b08b18..ad5f528 100755 --- a/setup.py +++ b/setup.py @@ -89,7 +89,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="40.4.1", + version="40.4.2", description=( "Easily download, build, install, upgrade, and uninstall " "Python packages"