Cleanup README

Some formatting errors.
This commit is contained in:
Chris Dent 2016-03-24 13:35:42 +00:00
parent 1214334f43
commit 45916f2af1
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
microversion_parse
=================
==================
A simple parser for OpenStack microversion headers::
@ -17,7 +17,7 @@ It processes microversion headers with the standard form::
If provided with a ``legacy_headers`` argument, this is treated as
a list of headers to check for microversions. Some examples of
headers include:
headers include::
OpenStack-telemetry-api-version: 2.1
OpenStack-nova-api-version: 2.1

View File

@ -11,7 +11,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = '0.1.0'
__version__ = '0.1.1'
import collections