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 1f58eb319c7268639b5910343b755eaaeb47b138..0c272d1c74bdee712500ad9fea598adffe2339ed 100644 (file)
@@ -17,4 +17,5 @@ setuptools.egg-info
 *~
 .hg*
 .cache
+.idea/
 .pytest_cache/
index 816a4d274cad6ab2766faa113f438adad7f3e52e..01a91b53223963b934525f6bfa7bf245486f772c 100644 (file)
@@ -1,3 +1,9 @@
+v40.4.2
+-------
+
+* #1497: Updated gitignore in repo.
+
+
 v40.4.1
 -------
 
index 26a14bdecc9cd4f0a3ed290e2adc74846d7cfd24..b5659e19d86c3639c48f22bb25cf29b57f1c8f6b 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 5b08b18d018636e5f23dfe587bb93750a5f8df58..ad5f52847cb72bcc2dabe09e7c46719a40e8a3f2 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"