Updates for portage-2.3.19 release
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index cc09ee1..59a1be0 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,13 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-2.3.19
+==================================
+* Bug Fixes:
+    - Bug 640934 doins: fix PYTHONPATH setting
+    - Bug 641088 file_copy: handle EOPNOTSUPP for NFS
+
+
 portage-2.3.18
 ==================================
 * Bug Fixes:
diff --git a/setup.py b/setup.py
index a9e6398..39b9a06 100755
--- a/setup.py
+++ b/setup.py
@@ -663,7 +663,7 @@
 
 setup(
 	name = 'portage',
-	version = '2.3.18',
+	version = '2.3.19',
 	url = 'https://wiki.gentoo.org/wiki/Project:Portage',
 	author = 'Gentoo Portage Development Team',
 	author_email = 'dev-portage@gentoo.org',