1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-25 17:36:13 +01:00

- core: fixed __version__

The new release will be 0.136
This commit is contained in:
Marcus Huewe 2012-09-27 21:45:19 +02:00
parent dc134de6d5
commit c42a0ad4a1

View File

@ -3,7 +3,7 @@
# and distributed under the terms of the GNU General Public Licence,
# either version 2, or version 3 (at your option).
__version__ = '0.135'
__version__ = '0.136'
# __store_version__ is to be incremented when the format of the working copy
# "store" changes in an incompatible way. Please add any needed migration