We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20940c1 commit bf26bb2Copy full SHA for bf26bb2
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Change Log
2
3
-## [Unreleased]
+## [2019.0910]
4
5
- Use new `xcamera` from PyPI
6
- Use `opencv-python` from PyPI, refs #23
src/kivy_garden/zbarcam/version.py
@@ -1,7 +1,7 @@
-__version__ = '2019.0909'
+__version__ = '2019.0910'
# The `__version_code__` is used for the F-Droid auto update and should match
# the `versionCode` from the `build.gradle` file located in:
# `.buildozer/android/platform/build/dists/zbarcamdemo/`
# The auto update method used is the `HTTP`, see:
# https://f-droid.org/en/docs/Build_Metadata_Reference/#UpdateCheckMode
7
-__version_code__ = 721202809
+__version_code__ = 721202810
0 commit comments