Skip to content
This repository was archived by the owner on May 31, 2020. It is now read-only.

Commit 1544802

Browse files
committed
Bumped version for v0.1.3 release.
1 parent 18faa53 commit 1544802

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</description>
55

66
<property environment="env"/>
7-
<property name="release" value="3"/>
7+
<property name="release" value="4"/>
88
<exec executable="python" outputProperty="python-version">
99
<arg value="-c"/>
1010
<arg value="import sys; print('.'.join(sys.version.split('.',3)[:2]))"/>

docs/internals/releases.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Release History
22
===============
33

4+
0.1.3
5+
-----
6+
7+
Progress release. VOC is able to run Toga tutorials on Android.
8+
49
0.1.2
510
-----
611

voc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# __version__ = '1.2.3' # Final Release
77
# __version__ = '1.2.3.post1' # Post Release 1
88

9-
__version__ = '0.1.2-dev'
9+
__version__ = '0.1.3'

0 commit comments

Comments
 (0)