Fix bug version

This commit is contained in:
Sahid Orentino Ferdjaoui 2013-11-25 10:47:35 +01:00
parent fbfb9adb62
commit 7e081ba16a
2 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@ from openstackclient.common import clientmanager
from neutronclient.neutron import client as neutron #TODO(sahid): Needs to remove.
from warm import components
from warm.version import __version__
DEFAULT_LOGFILE = "/dev/null"
DEFAULT_LOGLEVEL = logging.DEBUG

View File

@ -14,4 +14,4 @@
# License for the specific language governing permissions and limitations
# under the License.
#
__version__ = "0.1.24"
__version__ = "0.1.25"