From 7a5add48668fd3f19dd7e844cd8a770b67397e70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Thu, 14 Jan 2010 22:57:31 +0100 Subject: [PATCH] post 0.125 --- NEWS | 3 +++ osc/core.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index dc7f2f71..b03eed12 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,7 @@ +0.126 + - + 0.125 - add "osc pull" command to fetch and merge changes in the link target - new proxy support via SSL diff --git a/osc/core.py b/osc/core.py index 578533ad..ab7a107d 100644 --- a/osc/core.py +++ b/osc/core.py @@ -5,7 +5,7 @@ # and distributed under the terms of the GNU General Public Licence, # either version 2, or version 3 (at your option). -__version__ = '0.125' +__version__ = '0.125git' # __store_version__ is to be incremented when the format of the working copy # "store" changes in an incompatible way. Please add any needed migration