Preparing release 0.4.1

Change-Id: I51d66fd0afe8784805d73f11c2614aa87b4a6728
This commit is contained in:
Stéphane Albert 2015-08-27 16:27:53 +02:00
parent b60adbda9c
commit 996cd4bf7e
4 changed files with 12 additions and 7 deletions

View File

@ -1,2 +1,5 @@
pbr>=0.6,!=0.7,<1.0
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr!=0.7,<1.0,>=0.6
Babel>=1.3

View File

@ -1,6 +1,6 @@
[metadata]
name = cloudkitty-dashboard
version = 0.1
version = 0.4.1
summary = CloudKitty Horizon dashboard
description-file =
README.rst

1
setup.py Executable file → Normal file
View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License");

View File

@ -1,11 +1,14 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking<0.11,>=0.10.0
coverage>=3.6
discover
python-subunit>=0.0.18
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
oslosphinx>=2.2.0 # Apache-2.0
oslotest>=1.2.0 # Apache-2.0
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
oslosphinx<2.6.0,>=2.5.0 # Apache-2.0
oslotest<1.6.0,>=1.5.1 # Apache-2.0
testrepository>=0.0.18
testscenarios>=0.4
testtools>=0.9.36,!=1.2.0
testtools!=1.2.0,>=0.9.36