Merge pull request #494 from AndreMiras/release/1.1.2

1.1.2
This commit is contained in:
Andre Miras 2020-05-11 12:51:23 +02:00 committed by GitHub
commit 96692a7a7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Changelog # Changelog
## [1.1.2] - 2020-05-11
### Fixed
- Fixes (venv build) reference to SDL\_main.h [\#493](https://github.com/kivy/kivy-ios/issues/493) ([AndreMiras](https://github.com/AndreMiras))
## [1.1.1] - 2020-05-11 ## [1.1.1] - 2020-05-11
### Added ### Added
- Add python depends [\#455](https://github.com/kivy/kivy-ios/issues/455) ([misl6](https://github.com/misl6)) - Add python depends [\#455](https://github.com/kivy/kivy-ios/issues/455) ([misl6](https://github.com/misl6))

View file

@ -16,7 +16,7 @@ def recursive_include(module):
setup( setup(
name="kivy-ios", name="kivy-ios",
version="1.1.1.dev0", version="1.1.2",
description="Kivy for iOS", description="Kivy for iOS",
long_description=read("README.md"), long_description=read("README.md"),
long_description_content_type="text/markdown", long_description_content_type="text/markdown",