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

Commit

Permalink
Bumped version for v0.1.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Apr 22, 2017
1 parent 18faa53 commit 1544802
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</description>

<property environment="env"/>
<property name="release" value="3"/>
<property name="release" value="4"/>
<exec executable="python" outputProperty="python-version">
<arg value="-c"/>
<arg value="import sys; print('.'.join(sys.version.split('.',3)[:2]))"/>
Expand Down
5 changes: 5 additions & 0 deletions docs/internals/releases.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Release History
===============

0.1.3
-----

Progress release. VOC is able to run Toga tutorials on Android.

0.1.2
-----

Expand Down
2 changes: 1 addition & 1 deletion voc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# __version__ = '1.2.3' # Final Release
# __version__ = '1.2.3.post1' # Post Release 1

__version__ = '0.1.2-dev'
__version__ = '0.1.3'

0 comments on commit 1544802

Please sign in to comment.