Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldoussoren committed Mar 25, 2020
1 parent fd28819 commit 90b772b
Show file tree
Hide file tree
Showing 123 changed files with 125 additions and 129 deletions.
8 changes: 2 additions & 6 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ What's new in PyObjC

An overview of the relevant changes in new, and older, releases.

Version 6.3
Version 6.2
-----------

* The project has moved from Bitbucket to Github

* Remove most remnants of Python 2 support

* [in progress] clean up code quality issues found using flake8
* Clean up code quality issues found using flake8

* Add pre-commit hook to run black on all Python code.

Expand Down Expand Up @@ -43,10 +43,6 @@ Version 6.3

Reported by Georg Seifert.


Version 6.2
-----------

* #264: Added bindings for the Metal framework (new in macOS 10.11)

* Most framework bindings now use the limited ABI for the included C extensions,
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# built documents.
#
# The short X.Y version.
version = "6.2b1"
version = "6.2"
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ in pure Python. See our tutorial for an example of this.
Release information
-------------------

PyObjC 6.1 was released on 2019-11-06. See the :doc:`changelog <changelog>` for more information. PyObjC 6.1 supports Python 3.6 and later.
PyObjC 6.2 was released on 2020-03-25. See the :doc:`changelog <changelog>` for more information. PyObjC 6.2 supports Python 3.6 and later.

PyObjC 5.3 was released on 2019-10-16. See the :doc:`changelog <changelog>` for more information.

Expand All @@ -30,7 +30,7 @@ PyObjC is regularly tested on macOS 10.14 and should work on macOS
10.9 or later for the i386 and x86_64 architectures.

PyObjC only supports macOS, and is not supported on other platforms (iOS,
Linux, ...)
Linux, ...).

General documentation
=====================
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-core/Modules/objc/pyobjc.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Central include file for PyObjC.
*/

#define OBJC_VERSION "6.2b1"
#define OBJC_VERSION "6.2"

#define PY_SSIZE_T_CLEAN
#include <Python.h>
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-AVFoundation/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from pyobjc_setup import Extension, setup

VERSION = "6.2b1"
VERSION = "6.2"

setup(
name="pyobjc-framework-AVFoundation",
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-AVKit/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from pyobjc_setup import Extension, setup

VERSION = "6.2b1"
VERSION = "6.2"

setup(
name="pyobjc-framework-AVKit",
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-Accounts/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from pyobjc_setup import setup

VERSION = "6.2b1"
VERSION = "6.2"

setup(
name="pyobjc-framework-Accounts",
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-AdSupport/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from pyobjc_setup import setup

VERSION = "6.2b1"
VERSION = "6.2"

setup(
name="pyobjc-framework-AdSupport",
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-AddressBook/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from pyobjc_setup import Extension, setup

VERSION = "6.2b1"
VERSION = "6.2"

setup(
name="pyobjc-framework-AddressBook",
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-AppleScriptKit/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""
from pyobjc_setup import setup

VERSION = "6.2b1"
VERSION = "6.2"

setup(
name="pyobjc-framework-AppleScriptKit",
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-AppleScriptObjC/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from pyobjc_setup import setup

VERSION = "6.2b1"
VERSION = "6.2"

setup(
name="pyobjc-framework-AppleScriptObjC",
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-ApplicationServices/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"""
from pyobjc_setup import setup

VERSION = "6.2b1"
VERSION = "6.2"

setup(
name="pyobjc-framework-ApplicationServices",
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-AuthenticationServices/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from pyobjc_setup import Extension, setup

VERSION = "6.2b1"
VERSION = "6.2"

setup(
name="pyobjc-framework-AuthenticationServices",
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-AutomaticAssessmentConfiguration/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from pyobjc_setup import setup

VERSION = "6.2b1"
VERSION = "6.2"

setup(
name="pyobjc-framework-AutomaticAssessmentConfiguration",
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-Automator/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"""
from pyobjc_setup import setup

VERSION = "6.2b1"
VERSION = "6.2"

setup(
name="pyobjc-framework-Automator",
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-BusinessChat/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from pyobjc_setup import setup

VERSION = "6.2b1"
VERSION = "6.2"

setup(
name="pyobjc-framework-BusinessChat",
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-CFNetwork/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"""
from pyobjc_setup import Extension, setup

VERSION = "6.2b1"
VERSION = "6.2"

setup(
name="pyobjc-framework-CFNetwork",
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-CalendarStore/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"""
from pyobjc_setup import setup

VERSION = "6.2b1"
VERSION = "6.2"

setup(
name="pyobjc-framework-CalendarStore",
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-CloudKit/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from pyobjc_setup import setup

VERSION = "6.2b1"
VERSION = "6.2"

setup(
name="pyobjc-framework-CloudKit",
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-Cocoa/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from pyobjc_setup import Extension, setup

VERSION = "6.2b1"
VERSION = "6.2"

setup(
name="pyobjc-framework-Cocoa",
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-Collaboration/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"""
from pyobjc_setup import setup

VERSION = "6.2b1"
VERSION = "6.2"

setup(
name="pyobjc-framework-Collaboration",
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-ColorSync/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""
from pyobjc_setup import setup

VERSION = "6.2b1"
VERSION = "6.2"

setup(
name="pyobjc-framework-ColorSync",
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-Contacts/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from pyobjc_setup import Extension, setup

VERSION = "6.2b1"
VERSION = "6.2"

setup(
name="pyobjc-framework-Contacts",
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-ContactsUI/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from pyobjc_setup import Extension, setup

VERSION = "6.2b1"
VERSION = "6.2"

setup(
name="pyobjc-framework-ContactsUI",
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-CoreAudio/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from pyobjc_setup import Extension, setup

VERSION = "6.2b1"
VERSION = "6.2"


distutils.unixccompiler.UnixCCompiler.src_extensions.append(".mm")
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-CoreAudioKit/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from pyobjc_setup import Extension, setup

VERSION = "6.2b1"
VERSION = "6.2"


distutils.unixccompiler.UnixCCompiler.src_extensions.append(".mm")
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-CoreBluetooth/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from pyobjc_setup import Extension, setup

VERSION = "6.2b1"
VERSION = "6.2"

setup(
name="pyobjc-framework-CoreBluetooth",
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-CoreData/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

from pyobjc_setup import setup, Extension

VERSION = "6.2b1"
VERSION = "6.2"

setup(
name="pyobjc-framework-CoreData",
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-CoreHaptics/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from pyobjc_setup import setup

VERSION = "6.2b1"
VERSION = "6.2"

setup(
name="pyobjc-framework-CoreHaptics",
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-CoreLocation/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

from pyobjc_setup import Extension, setup

VERSION = "6.2b1"
VERSION = "6.2"

setup(
name="pyobjc-framework-CoreLocation",
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-CoreML/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from pyobjc_setup import Extension, setup

VERSION = "6.2b1"
VERSION = "6.2"

setup(
name="pyobjc-framework-CoreML",
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-CoreMedia/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from pyobjc_setup import Extension, setup

VERSION = "6.2b1"
VERSION = "6.2"

setup(
name="pyobjc-framework-CoreMedia",
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-CoreMediaIO/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from pyobjc_setup import Extension, setup

VERSION = "6.2b1"
VERSION = "6.2"

setup(
name="pyobjc-framework-CoreMediaIO",
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-CoreMotion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from pyobjc_setup import setup

VERSION = "6.2b1"
VERSION = "6.2"

setup(
name="pyobjc-framework-CoreMotion",
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-CoreServices/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from pyobjc_setup import Extension, setup

VERSION = "6.2b1"
VERSION = "6.2"

subpackages = [
"CoreServices.%s" % (fn,)
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-CoreSpotlight/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from pyobjc_setup import Extension, setup

VERSION = "6.2b1"
VERSION = "6.2"

setup(
name="pyobjc-framework-CoreSpotlight",
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-CoreText/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"""
from pyobjc_setup import Extension, setup

VERSION = "6.2b1"
VERSION = "6.2"

setup(
name="pyobjc-framework-CoreText",
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-CoreWLAN/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from pyobjc_setup import Extension, setup

VERSION = "6.2b1"
VERSION = "6.2"

setup(
name="pyobjc-framework-CoreWLAN",
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-CryptoTokenKit/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from pyobjc_setup import Extension, setup

VERSION = "6.2b1"
VERSION = "6.2"

setup(
name="pyobjc-framework-CryptoTokenKit",
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-DVDPlayback/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from pyobjc_setup import setup

VERSION = "6.2b1"
VERSION = "6.2"

setup(
name="pyobjc-framework-DVDPlayback",
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-DeviceCheck/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from pyobjc_setup import setup

VERSION = "6.2b1"
VERSION = "6.2"

setup(
name="pyobjc-framework-DeviceCheck",
Expand Down
Loading

0 comments on commit 90b772b

Please sign in to comment.