diff --git a/CHANGELOG.md b/CHANGELOG.md index 50964e0..c528026 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # 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 ### Added - Add python depends [\#455](https://github.com/kivy/kivy-ios/issues/455) ([misl6](https://github.com/misl6)) diff --git a/setup.py b/setup.py index d0265f7..11d9640 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def recursive_include(module): setup( name="kivy-ios", - version="1.1.1.dev0", + version="1.1.2", description="Kivy for iOS", long_description=read("README.md"), long_description_content_type="text/markdown",