diff --git a/README.rst b/README.rst index b8ce48c..da3c697 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/microversion_parse/__init__.py b/microversion_parse/__init__.py index 0bd5771..333845d 100644 --- a/microversion_parse/__init__.py +++ b/microversion_parse/__init__.py @@ -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