diff --git a/docs/conf.py b/docs/conf.py index f66a560372..0aa4ce4237 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,7 +60,7 @@ # built documents. # # The short X.Y version. -version = "6.2.2b1" +version = "6.2.2" # The full version, including alpha/beta/rc tags. release = version diff --git a/docs/index.rst b/docs/index.rst index 5ab7d57e37..9f1c1f33ee 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -16,7 +16,7 @@ in pure Python. See our tutorial for an example of this. Release information ------------------- -PyObjC 6.2.1 was released on 2020-06-14. See the :doc:`changelog ` for more information. PyObjC 6.2.1 supports Python 3.6 and later. +PyObjC 6.2.2 was released on 2020-07-08. See the :doc:`changelog ` for more information. PyObjC 6.2.2 supports Python 3.6 and later. PyObjC 5.3 was released on 2019-10-16. See the :doc:`changelog ` for more information. diff --git a/pyobjc-core/Modules/objc/pyobjc.h b/pyobjc-core/Modules/objc/pyobjc.h index 71ddbaa2b0..1c3ca86d5a 100644 --- a/pyobjc-core/Modules/objc/pyobjc.h +++ b/pyobjc-core/Modules/objc/pyobjc.h @@ -5,7 +5,7 @@ * Central include file for PyObjC. */ -#define OBJC_VERSION "6.2.2b1" +#define OBJC_VERSION "6.2.2" #define PY_SSIZE_T_CLEAN #include diff --git a/pyobjc-framework-AVFoundation/setup.py b/pyobjc-framework-AVFoundation/setup.py index 3c48192f7b..530fdc6acf 100644 --- a/pyobjc-framework-AVFoundation/setup.py +++ b/pyobjc-framework-AVFoundation/setup.py @@ -11,7 +11,7 @@ from pyobjc_setup import Extension, setup -VERSION = "6.2.2b1" +VERSION = "6.2.2" setup( name="pyobjc-framework-AVFoundation", diff --git a/pyobjc-framework-AVKit/setup.py b/pyobjc-framework-AVKit/setup.py index 387664f77c..09b06bbf23 100644 --- a/pyobjc-framework-AVKit/setup.py +++ b/pyobjc-framework-AVKit/setup.py @@ -11,7 +11,7 @@ from pyobjc_setup import Extension, setup -VERSION = "6.2.2b1" +VERSION = "6.2.2" setup( name="pyobjc-framework-AVKit", diff --git a/pyobjc-framework-Accounts/setup.py b/pyobjc-framework-Accounts/setup.py index 3de047ef50..7f67c7f2be 100644 --- a/pyobjc-framework-Accounts/setup.py +++ b/pyobjc-framework-Accounts/setup.py @@ -9,7 +9,7 @@ from pyobjc_setup import setup -VERSION = "6.2.2b1" +VERSION = "6.2.2" setup( name="pyobjc-framework-Accounts", diff --git a/pyobjc-framework-AdSupport/setup.py b/pyobjc-framework-AdSupport/setup.py index ba5710f5f5..fc48c6d10d 100644 --- a/pyobjc-framework-AdSupport/setup.py +++ b/pyobjc-framework-AdSupport/setup.py @@ -9,7 +9,7 @@ from pyobjc_setup import setup -VERSION = "6.2.2b1" +VERSION = "6.2.2" setup( name="pyobjc-framework-AdSupport", diff --git a/pyobjc-framework-AddressBook/setup.py b/pyobjc-framework-AddressBook/setup.py index ddf38e69c5..b96802e6dc 100644 --- a/pyobjc-framework-AddressBook/setup.py +++ b/pyobjc-framework-AddressBook/setup.py @@ -13,7 +13,7 @@ from pyobjc_setup import Extension, setup -VERSION = "6.2.2b1" +VERSION = "6.2.2" setup( name="pyobjc-framework-AddressBook", diff --git a/pyobjc-framework-AppleScriptKit/setup.py b/pyobjc-framework-AppleScriptKit/setup.py index e691f6c37d..0ed2689b42 100644 --- a/pyobjc-framework-AppleScriptKit/setup.py +++ b/pyobjc-framework-AppleScriptKit/setup.py @@ -8,7 +8,7 @@ """ from pyobjc_setup import setup -VERSION = "6.2.2b1" +VERSION = "6.2.2" setup( name="pyobjc-framework-AppleScriptKit", diff --git a/pyobjc-framework-AppleScriptObjC/setup.py b/pyobjc-framework-AppleScriptObjC/setup.py index 02528a4272..33f2c51ee2 100644 --- a/pyobjc-framework-AppleScriptObjC/setup.py +++ b/pyobjc-framework-AppleScriptObjC/setup.py @@ -11,7 +11,7 @@ from pyobjc_setup import setup -VERSION = "6.2.2b1" +VERSION = "6.2.2" setup( name="pyobjc-framework-AppleScriptObjC", diff --git a/pyobjc-framework-ApplicationServices/setup.py b/pyobjc-framework-ApplicationServices/setup.py index 71e048f20e..ae685852c3 100644 --- a/pyobjc-framework-ApplicationServices/setup.py +++ b/pyobjc-framework-ApplicationServices/setup.py @@ -10,7 +10,7 @@ """ from pyobjc_setup import setup -VERSION = "6.2.2b1" +VERSION = "6.2.2" setup( name="pyobjc-framework-ApplicationServices", diff --git a/pyobjc-framework-AuthenticationServices/setup.py b/pyobjc-framework-AuthenticationServices/setup.py index 0eb5595940..7c389e1101 100644 --- a/pyobjc-framework-AuthenticationServices/setup.py +++ b/pyobjc-framework-AuthenticationServices/setup.py @@ -11,7 +11,7 @@ from pyobjc_setup import Extension, setup -VERSION = "6.2.2b1" +VERSION = "6.2.2" setup( name="pyobjc-framework-AuthenticationServices", diff --git a/pyobjc-framework-AutomaticAssessmentConfiguration/setup.py b/pyobjc-framework-AutomaticAssessmentConfiguration/setup.py index 80924385c6..672ed95c94 100644 --- a/pyobjc-framework-AutomaticAssessmentConfiguration/setup.py +++ b/pyobjc-framework-AutomaticAssessmentConfiguration/setup.py @@ -9,7 +9,7 @@ from pyobjc_setup import setup -VERSION = "6.2.2b1" +VERSION = "6.2.2" setup( name="pyobjc-framework-AutomaticAssessmentConfiguration", diff --git a/pyobjc-framework-Automator/setup.py b/pyobjc-framework-Automator/setup.py index e401975f7e..281f5a9e47 100644 --- a/pyobjc-framework-Automator/setup.py +++ b/pyobjc-framework-Automator/setup.py @@ -11,7 +11,7 @@ """ from pyobjc_setup import setup -VERSION = "6.2.2b1" +VERSION = "6.2.2" setup( name="pyobjc-framework-Automator", diff --git a/pyobjc-framework-BusinessChat/setup.py b/pyobjc-framework-BusinessChat/setup.py index 7e469d570f..0635c83a39 100644 --- a/pyobjc-framework-BusinessChat/setup.py +++ b/pyobjc-framework-BusinessChat/setup.py @@ -9,7 +9,7 @@ from pyobjc_setup import setup -VERSION = "6.2.2b1" +VERSION = "6.2.2" setup( name="pyobjc-framework-BusinessChat", diff --git a/pyobjc-framework-CFNetwork/setup.py b/pyobjc-framework-CFNetwork/setup.py index a1b0f4ebbb..cfc975be19 100644 --- a/pyobjc-framework-CFNetwork/setup.py +++ b/pyobjc-framework-CFNetwork/setup.py @@ -14,7 +14,7 @@ """ from pyobjc_setup import Extension, setup -VERSION = "6.2.2b1" +VERSION = "6.2.2" setup( name="pyobjc-framework-CFNetwork", diff --git a/pyobjc-framework-CalendarStore/setup.py b/pyobjc-framework-CalendarStore/setup.py index eb93c1eeb6..49abce37dc 100644 --- a/pyobjc-framework-CalendarStore/setup.py +++ b/pyobjc-framework-CalendarStore/setup.py @@ -11,7 +11,7 @@ """ from pyobjc_setup import setup -VERSION = "6.2.2b1" +VERSION = "6.2.2" setup( name="pyobjc-framework-CalendarStore", diff --git a/pyobjc-framework-CloudKit/setup.py b/pyobjc-framework-CloudKit/setup.py index 495316eb01..64aa1d1ece 100644 --- a/pyobjc-framework-CloudKit/setup.py +++ b/pyobjc-framework-CloudKit/setup.py @@ -9,7 +9,7 @@ from pyobjc_setup import setup -VERSION = "6.2.2b1" +VERSION = "6.2.2" setup( name="pyobjc-framework-CloudKit", diff --git a/pyobjc-framework-Cocoa/setup.py b/pyobjc-framework-Cocoa/setup.py index e833f6d5bf..7983fc4c2c 100644 --- a/pyobjc-framework-Cocoa/setup.py +++ b/pyobjc-framework-Cocoa/setup.py @@ -11,7 +11,7 @@ from pyobjc_setup import Extension, setup -VERSION = "6.2.2b1" +VERSION = "6.2.2" setup( name="pyobjc-framework-Cocoa", diff --git a/pyobjc-framework-Collaboration/setup.py b/pyobjc-framework-Collaboration/setup.py index f5bbeac872..6881df61d2 100644 --- a/pyobjc-framework-Collaboration/setup.py +++ b/pyobjc-framework-Collaboration/setup.py @@ -10,7 +10,7 @@ """ from pyobjc_setup import setup -VERSION = "6.2.2b1" +VERSION = "6.2.2" setup( name="pyobjc-framework-Collaboration", diff --git a/pyobjc-framework-ColorSync/setup.py b/pyobjc-framework-ColorSync/setup.py index 562a86400e..14e30fdde4 100644 --- a/pyobjc-framework-ColorSync/setup.py +++ b/pyobjc-framework-ColorSync/setup.py @@ -8,7 +8,7 @@ """ from pyobjc_setup import setup -VERSION = "6.2.2b1" +VERSION = "6.2.2" setup( name="pyobjc-framework-ColorSync", diff --git a/pyobjc-framework-Contacts/setup.py b/pyobjc-framework-Contacts/setup.py index 6eae04673c..9fa1f74d42 100644 --- a/pyobjc-framework-Contacts/setup.py +++ b/pyobjc-framework-Contacts/setup.py @@ -11,7 +11,7 @@ from pyobjc_setup import Extension, setup -VERSION = "6.2.2b1" +VERSION = "6.2.2" setup( name="pyobjc-framework-Contacts", diff --git a/pyobjc-framework-ContactsUI/setup.py b/pyobjc-framework-ContactsUI/setup.py index 3a49124887..4ad0503069 100644 --- a/pyobjc-framework-ContactsUI/setup.py +++ b/pyobjc-framework-ContactsUI/setup.py @@ -11,7 +11,7 @@ from pyobjc_setup import Extension, setup -VERSION = "6.2.2b1" +VERSION = "6.2.2" setup( name="pyobjc-framework-ContactsUI", diff --git a/pyobjc-framework-CoreAudio/setup.py b/pyobjc-framework-CoreAudio/setup.py index 986735d83e..b1ee96efd9 100644 --- a/pyobjc-framework-CoreAudio/setup.py +++ b/pyobjc-framework-CoreAudio/setup.py @@ -15,7 +15,7 @@ from pyobjc_setup import Extension, setup -VERSION = "6.2.2b1" +VERSION = "6.2.2" distutils.unixccompiler.UnixCCompiler.src_extensions.append(".mm")