Skip to content

Commit 842b380

Browse files
Set version to 10.0
1 parent 51d91a5 commit 842b380

File tree

155 files changed

+155
-155
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

155 files changed

+155
-155
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
# built documents.
6464
#
6565
# The short X.Y version.
66-
version = "10.0a0"
66+
version = "10.0"
6767
# The full version, including alpha/beta/rc tags.
6868
release = version
6969

pyobjc-core/Modules/objc/pyobjc.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
*/
88

9-
#define OBJC_VERSION "10.0a0"
9+
#define OBJC_VERSION "10.0"
1010

1111
#define PY_SSIZE_T_CLEAN
1212
#include <Python.h>

pyobjc-framework-AVFoundation/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
from pyobjc_setup import Extension, setup # noqa: E402
1818

19-
VERSION = "10.0a0"
19+
VERSION = "10.0"
2020

2121
setup(
2222
name="pyobjc-framework-AVFoundation",

pyobjc-framework-AVKit/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
from pyobjc_setup import Extension, setup # noqa: E402
1818

19-
VERSION = "10.0a0"
19+
VERSION = "10.0"
2020

2121
setup(
2222
name="pyobjc-framework-AVKit",

pyobjc-framework-AVRouting/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
from pyobjc_setup import setup, Extension # noqa: E402
1515

16-
VERSION = "10.0a0"
16+
VERSION = "10.0"
1717

1818
setup(
1919
name="pyobjc-framework-AVRouting",

pyobjc-framework-Accessibility/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from pyobjc_setup import setup, Extension # noqa: E402
1616

17-
VERSION = "10.0a0"
17+
VERSION = "10.0"
1818

1919
setup(
2020
name="pyobjc-framework-Accessibility",

pyobjc-framework-Accounts/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from pyobjc_setup import setup # noqa: E402
1616

17-
VERSION = "10.0a0"
17+
VERSION = "10.0"
1818

1919
setup(
2020
name="pyobjc-framework-Accounts",

pyobjc-framework-AdServices/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from pyobjc_setup import setup # noqa: E402
1616

17-
VERSION = "10.0a0"
17+
VERSION = "10.0"
1818

1919
setup(
2020
name="pyobjc-framework-AdServices",

pyobjc-framework-AdSupport/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
from pyobjc_setup import setup # noqa: E402
1717

18-
VERSION = "10.0a0"
18+
VERSION = "10.0"
1919

2020
setup(
2121
name="pyobjc-framework-AdSupport",

pyobjc-framework-AddressBook/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
from pyobjc_setup import Extension, setup # noqa: E402
1919

20-
VERSION = "10.0a0"
20+
VERSION = "10.0"
2121

2222
setup(
2323
name="pyobjc-framework-AddressBook",

pyobjc-framework-AppTrackingTransparency/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from pyobjc_setup import setup # noqa: E402
1616

17-
VERSION = "10.0a0"
17+
VERSION = "10.0"
1818

1919
setup(
2020
name="pyobjc-framework-AppTrackingTransparency",

pyobjc-framework-AppleScriptKit/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from pyobjc_setup import setup # noqa: E402
1616

17-
VERSION = "10.0a0"
17+
VERSION = "10.0"
1818

1919
setup(
2020
name="pyobjc-framework-AppleScriptKit",

pyobjc-framework-AppleScriptObjC/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
from pyobjc_setup import setup # noqa: E402
1818

19-
VERSION = "10.0a0"
19+
VERSION = "10.0"
2020

2121
setup(
2222
name="pyobjc-framework-AppleScriptObjC",

pyobjc-framework-ApplicationServices/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
from pyobjc_setup import setup, Extension # noqa: E402
1818

19-
VERSION = "10.0a0"
19+
VERSION = "10.0"
2020

2121
setup(
2222
name="pyobjc-framework-ApplicationServices",

pyobjc-framework-AudioVideoBridging/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from pyobjc_setup import setup # noqa: E402
1616

17-
VERSION = "10.0a0"
17+
VERSION = "10.0"
1818

1919
setup(
2020
name="pyobjc-framework-AudioVideoBridging",

pyobjc-framework-AuthenticationServices/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
from pyobjc_setup import Extension, setup # noqa: E402
1717

18-
VERSION = "10.0a0"
18+
VERSION = "10.0"
1919

2020
setup(
2121
name="pyobjc-framework-AuthenticationServices",

pyobjc-framework-AutomaticAssessmentConfiguration/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from pyobjc_setup import setup, Extension # noqa: E402
1616

17-
VERSION = "10.0a0"
17+
VERSION = "10.0"
1818

1919
setup(
2020
name="pyobjc-framework-AutomaticAssessmentConfiguration",

pyobjc-framework-Automator/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
from pyobjc_setup import setup # noqa: E402
1919

20-
VERSION = "10.0a0"
20+
VERSION = "10.0"
2121

2222
setup(
2323
name="pyobjc-framework-Automator",

pyobjc-framework-BackgroundAssets/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
from pyobjc_setup import Extension, setup # noqa: E402
1717

18-
VERSION = "10.0a0"
18+
VERSION = "10.0"
1919

2020
setup(
2121
name="pyobjc-framework-BackgroundAssets",

pyobjc-framework-BusinessChat/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from pyobjc_setup import setup # noqa: E402
1616

17-
VERSION = "10.0a0"
17+
VERSION = "10.0"
1818

1919
setup(
2020
name="pyobjc-framework-BusinessChat",

pyobjc-framework-CFNetwork/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
from pyobjc_setup import Extension, setup # noqa: E402
2222

23-
VERSION = "10.0a0"
23+
VERSION = "10.0"
2424

2525
setup(
2626
name="pyobjc-framework-CFNetwork",

pyobjc-framework-CalendarStore/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
from pyobjc_setup import setup # noqa: E402
1919

20-
VERSION = "10.0a0"
20+
VERSION = "10.0"
2121

2222
setup(
2323
name="pyobjc-framework-CalendarStore",

pyobjc-framework-CallKit/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from pyobjc_setup import setup # noqa: E402
1616

17-
VERSION = "10.0a0"
17+
VERSION = "10.0"
1818

1919
setup(
2020
name="pyobjc-framework-CallKit",

pyobjc-framework-Cinematic/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from pyobjc_setup import setup # noqa: E402
1616

17-
VERSION = "10.0a0"
17+
VERSION = "10.0"
1818

1919
setup(
2020
name="pyobjc-framework-Cinematic",

pyobjc-framework-ClassKit/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from pyobjc_setup import setup, Extension # noqa: E402
1616

17-
VERSION = "10.0a0"
17+
VERSION = "10.0"
1818

1919
setup(
2020
name="pyobjc-framework-ClassKit",

pyobjc-framework-CloudKit/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from pyobjc_setup import setup # noqa: E402
1616

17-
VERSION = "10.0a0"
17+
VERSION = "10.0"
1818

1919
setup(
2020
name="pyobjc-framework-CloudKit",

pyobjc-framework-Cocoa/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
from pyobjc_setup import Extension, setup # noqa: E402
1717

18-
VERSION = "10.0a0"
18+
VERSION = "10.0"
1919

2020
setup(
2121
name="pyobjc-framework-Cocoa",

pyobjc-framework-Collaboration/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
from pyobjc_setup import setup # noqa: E402
1818

19-
VERSION = "10.0a0"
19+
VERSION = "10.0"
2020

2121
setup(
2222
name="pyobjc-framework-Collaboration",

pyobjc-framework-ColorSync/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from pyobjc_setup import setup # noqa: E402
1616

17-
VERSION = "10.0a0"
17+
VERSION = "10.0"
1818

1919
setup(
2020
name="pyobjc-framework-ColorSync",

pyobjc-framework-Contacts/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
from pyobjc_setup import Extension, setup # noqa: E402
1717

18-
VERSION = "10.0a0"
18+
VERSION = "10.0"
1919

2020
setup(
2121
name="pyobjc-framework-Contacts",

pyobjc-framework-ContactsUI/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
from pyobjc_setup import Extension, setup # noqa: E402
1717

18-
VERSION = "10.0a0"
18+
VERSION = "10.0"
1919

2020
setup(
2121
name="pyobjc-framework-ContactsUI",

pyobjc-framework-CoreAudio/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
from pyobjc_setup import Extension, setup # noqa: E402
2121

22-
VERSION = "10.0a0"
22+
VERSION = "10.0"
2323

2424

2525
distutils.unixccompiler.UnixCCompiler.src_extensions.append(".mm")

pyobjc-framework-CoreAudioKit/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
from pyobjc_setup import Extension, setup # noqa: E402
2020

21-
VERSION = "10.0a0"
21+
VERSION = "10.0"
2222

2323

2424
setup(

pyobjc-framework-CoreBluetooth/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
from pyobjc_setup import Extension, setup # noqa: E402
1717

18-
VERSION = "10.0a0"
18+
VERSION = "10.0"
1919

2020
setup(
2121
name="pyobjc-framework-CoreBluetooth",

pyobjc-framework-CoreData/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
from pyobjc_setup import setup, Extension # noqa: E402
1818

19-
VERSION = "10.0a0"
19+
VERSION = "10.0"
2020

2121
setup(
2222
name="pyobjc-framework-CoreData",

pyobjc-framework-CoreHaptics/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from pyobjc_setup import setup # noqa: E402
1616

17-
VERSION = "10.0a0"
17+
VERSION = "10.0"
1818

1919
setup(
2020
name="pyobjc-framework-CoreHaptics",

pyobjc-framework-CoreLocation/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
from pyobjc_setup import Extension, setup # noqa: E402
1818

19-
VERSION = "10.0a0"
19+
VERSION = "10.0"
2020

2121
setup(
2222
name="pyobjc-framework-CoreLocation",

pyobjc-framework-CoreMIDI/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
from pyobjc_setup import setup, Extension # noqa: E402
1717

18-
VERSION = "10.0a0"
18+
VERSION = "10.0"
1919

2020
setup(
2121
name="pyobjc-framework-CoreMIDI",

pyobjc-framework-CoreML/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
from pyobjc_setup import Extension, setup # noqa: E402
1717

18-
VERSION = "10.0a0"
18+
VERSION = "10.0"
1919

2020
setup(
2121
name="pyobjc-framework-CoreML",

pyobjc-framework-CoreMedia/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from pyobjc_setup import Extension, setup # noqa: E402
1616

17-
VERSION = "10.0a0"
17+
VERSION = "10.0"
1818

1919
setup(
2020
name="pyobjc-framework-CoreMedia",

pyobjc-framework-CoreMediaIO/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from pyobjc_setup import Extension, setup # noqa: E402
1616

17-
VERSION = "10.0a0"
17+
VERSION = "10.0"
1818

1919
setup(
2020
name="pyobjc-framework-CoreMediaIO",

pyobjc-framework-CoreMotion/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from pyobjc_setup import setup, Extension # noqa: E402
1616

17-
VERSION = "10.0a0"
17+
VERSION = "10.0"
1818

1919
setup(
2020
name="pyobjc-framework-CoreMotion",

pyobjc-framework-CoreServices/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from pyobjc_setup import Extension, setup # noqa: E402
1616

17-
VERSION = "10.0a0"
17+
VERSION = "10.0"
1818

1919
subpackages = [
2020
f"CoreServices.{fn}"

pyobjc-framework-CoreSpotlight/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
from pyobjc_setup import Extension, setup # noqa: E402
1717

18-
VERSION = "10.0a0"
18+
VERSION = "10.0"
1919

2020
setup(
2121
name="pyobjc-framework-CoreSpotlight",

0 commit comments

Comments
 (0)