Skip to content

Commit bf26bb2

Browse files
committed
2019.0910
1 parent 20940c1 commit bf26bb2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## [Unreleased]
3+
## [2019.0910]
44

55
- Use new `xcamera` from PyPI
66
- Use `opencv-python` from PyPI, refs #23

src/kivy_garden/zbarcam/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
__version__ = '2019.0909'
1+
__version__ = '2019.0910'
22
# The `__version_code__` is used for the F-Droid auto update and should match
33
# the `versionCode` from the `build.gradle` file located in:
44
# `.buildozer/android/platform/build/dists/zbarcamdemo/`
55
# The auto update method used is the `HTTP`, see:
66
# https://f-droid.org/en/docs/Build_Metadata_Reference/#UpdateCheckMode
7-
__version_code__ = 721202809
7+
__version_code__ = 721202810

0 commit comments

Comments
 (0)