From 56dfcaa81b33e1915bb3fcfdc5b2f188669518d5 Mon Sep 17 00:00:00 2001 From: Mirko Galimberti Date: Sat, 26 Dec 2020 11:23:55 +0100 Subject: [PATCH] Release 1.2.0 --- CHANGELOG.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4febf2b63..b7f5c6eac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.2.0] - 2020-12-xx +## [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)) - Add custom recipes [\#417](https://github.com/kivy/kivy-ios/issues/417) ([misl6](https://github.com/misl6)) diff --git a/setup.py b/setup.py index 18d3ae43a..471749809 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def recursive_include(module): setup( name="kivy-ios", - version="1.1.2.dev0", + version="1.2.0", description="Kivy for iOS", long_description=read("README.md"), long_description_content_type="text/markdown",