1.1.2
This commit is contained in:
parent
c019256119
commit
8e5a9c9ee3
2 changed files with 5 additions and 1 deletions
|
@ -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))
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue