From 4795fb24d99d60ce7786bbdd8d0210d6ab3f6ba8 Mon Sep 17 00:00:00 2001 From: Mirko Galimberti Date: Tue, 26 Jan 2021 20:33:09 +0100 Subject: [PATCH] Release 1.2.1 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7f5c6eac..5d80bfaa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1] - 2021-01-26 +### Fixed +- Fixes hostpython3 recipe on MacOS 11.1 BigSur [\#581](https://github.com/kivy/kivy-ios/issues/581) ([misl6](https://github.com/misl6)) +- Fixes iOS Simulator on latest Xcode [\#571](https://github.com/kivy/kivy-ios/issues/571) ([misl6](https://github.com/misl6)) +- Fixes Pillow build on Xcode 12.2 [\#579](https://github.com/kivy/kivy-ios/issues/579) ([misl6](https://github.com/misl6)) +- Cookiecutter: Fixes header and library search paths on Release [\#582](https://github.com/kivy/kivy-ios/issues/582) ([misl6](https://github.com/misl6)) + ## [1.2.0] - 2020-12-26 ### Added - :books: Advise on using a venv [\#495](https://github.com/kivy/kivy-ios/issues/495) ([AndreMiras](https://github.com/AndreMiras)) diff --git a/setup.py b/setup.py index 6024157be..80f6a9ef8 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def recursive_include(module): setup( name="kivy-ios", - version="1.2.1.dev0", + version="1.2.1", description="Kivy for iOS", long_description=read("README.md"), long_description_content_type="text/markdown",