Skip to content

Commit

Permalink
Set version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldoussoren committed Nov 20, 2017
1 parent 61ddb5e commit e693987
Show file tree
Hide file tree
Showing 83 changed files with 83 additions and 83 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
# built documents.
#
# The short X.Y version.
version = "4.0.1b1"
version = "4.0.1"
# The full version, including alpha/beta/rc tags.
release = version

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 "4.0.1b1"
#define OBJC_VERSION "4.0.1"

#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 @@ -10,7 +10,7 @@
from pyobjc_setup import setup, Extension
import os

VERSION="4.0.1b1"
VERSION="4.0.1"

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 @@ -10,7 +10,7 @@
from pyobjc_setup import setup, Extension
import os

VERSION="4.0.1b1"
VERSION="4.0.1"

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="4.0.1b1"
VERSION="4.0.1"

setup(
name='pyobjc-framework-Accounts',
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 @@ -12,7 +12,7 @@
from pyobjc_setup import setup, Extension
import os

VERSION="4.0.1b1"
VERSION="4.0.1"

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="4.0.1b1"
VERSION="4.0.1"

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="4.0.1b1"
VERSION="4.0.1"

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="4.0.1b1"
VERSION="4.0.1"

setup(
name='pyobjc-framework-ApplicationServices',
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="4.0.1b1"
VERSION="4.0.1"

setup(
name='pyobjc-framework-Automator',
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 setup, Extension

VERSION="4.0.1b1"
VERSION="4.0.1"

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="4.0.1b1"
VERSION="4.0.1"

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="4.0.1b1"
VERSION="4.0.1"

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 @@ -10,7 +10,7 @@
from pyobjc_setup import setup, Extension
import os

VERSION="4.0.1b1"
VERSION="4.0.1"

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="4.0.1b1"
VERSION="4.0.1"

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="4.0.1b1"
VERSION="4.0.1"

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 @@ -10,7 +10,7 @@
from pyobjc_setup import setup, Extension
import os

VERSION="4.0.1b1"
VERSION="4.0.1"

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 @@ -10,7 +10,7 @@
from pyobjc_setup import setup, Extension
import os

VERSION="4.0.1b1"
VERSION="4.0.1"

setup(
name='pyobjc-framework-ContactsUI',
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 @@ -10,7 +10,7 @@
import os
from pyobjc_setup import setup, Extension

VERSION="4.0.1b1"
VERSION="4.0.1"

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 @@ -11,7 +11,7 @@
from pyobjc_setup import *
import os

VERSION="4.0.1b1"
VERSION="4.0.1"

setup(
name='pyobjc-framework-CoreData',
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 @@ -11,7 +11,7 @@
from pyobjc_setup import setup, Extension
import os

VERSION="4.0.1b1"
VERSION="4.0.1"

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 @@ -10,7 +10,7 @@
from pyobjc_setup import setup, Extension
import os

VERSION="4.0.1b1"
VERSION="4.0.1"

setup(
name='pyobjc-framework-CoreML',
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 @@ -8,7 +8,7 @@
'''
from pyobjc_setup import setup

VERSION="4.0.1b1"
VERSION="4.0.1"

setup(
name='pyobjc-framework-CoreServices',
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 @@ -10,7 +10,7 @@
from pyobjc_setup import setup, Extension
import os

VERSION="4.0.1b1"
VERSION="4.0.1"

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 setup, Extension

VERSION="4.0.1b1"
VERSION="4.0.1"

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 @@ -10,7 +10,7 @@
import os
from pyobjc_setup import setup, Extension

VERSION="4.0.1b1"
VERSION="4.0.1"

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 @@ -10,7 +10,7 @@
from pyobjc_setup import setup, Extension
import os

VERSION="4.0.1b1"
VERSION="4.0.1"

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

VERSION="4.0.1b1"
VERSION="4.0.1"

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

VERSION="4.0.1b1"
VERSION="4.0.1"

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

from pyobjc_setup import setup

VERSION="4.0.1b1"
VERSION="4.0.1"

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

VERSION="4.0.1b1"
VERSION="4.0.1"

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

VERSION="4.0.1b1"
VERSION="4.0.1"

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

VERSION="4.0.1b1"
VERSION="4.0.1"

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

from pyobjc_setup import setup

VERSION="4.0.1b1"
VERSION="4.0.1"

setup(
name='pyobjc-framework-FinderSync',
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-GameCenter/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from pyobjc_setup import setup, Extension
import os

VERSION="4.0.1b1"
VERSION="4.0.1"

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

VERSION="4.0.1b1"
VERSION="4.0.1"

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

VERSION="4.0.1b1"
VERSION="4.0.1"

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

VERSION="4.0.1b1"
VERSION="4.0.1"

setup(
name='pyobjc-framework-GameplayKit',
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-IMServicePlugIn/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from pyobjc_setup import setup, Extension
import os

VERSION="4.0.1b1"
VERSION="4.0.1"

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

VERSION="4.0.1b1"
VERSION="4.0.1"

setup(
name='pyobjc-framework-IOSurface',
Expand Down
2 changes: 1 addition & 1 deletion pyobjc-framework-ImageCaptureCore/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import os
from pyobjc_setup import setup, Extension

VERSION="4.0.1b1"
VERSION="4.0.1"

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

VERSION="4.0.1b1"
VERSION="4.0.1"

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

VERSION="4.0.1b1"
VERSION="4.0.1"

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

VERSION="4.0.1b1"
VERSION="4.0.1"

setup(
name='pyobjc-framework-InstantMessage',
Expand Down
Loading

0 comments on commit e693987

Please sign in to comment.