Imported Upstream version 40.4.2 upstream/40.4.2
authorDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 14 Jan 2019 01:43:41 +0000 (10:43 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 14 Jan 2019 01:43:41 +0000 (10:43 +0900)
.gitignore
CHANGES.rst
setup.cfg
setup.py

index 1f58eb3..0c272d1 100644 (file)
@@ -17,4 +17,5 @@ setuptools.egg-info
 *~
 .hg*
 .cache
+.idea/
 .pytest_cache/
index 816a4d2..01a91b5 100644 (file)
@@ -1,3 +1,9 @@
+v40.4.2
+-------
+
+* #1497: Updated gitignore in repo.
+
+
 v40.4.1
 -------
 
index 26a14bd..b5659e1 100644 (file)
--- 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
 
index 5b08b18..ad5f528 100755 (executable)
--- 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"