From df6afed97489300ff571e671152fd437df13e9cd Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Mon, 14 Jan 2019 10:43:41 +0900 Subject: [PATCH] Imported Upstream version 40.4.2 --- .gitignore | 1 + CHANGES.rst | 6 ++++++ setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) 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" -- 2.34.1