summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2016-08-20 10:58:15 +0200
committerAnthon van der Neut <anthon@mnt.org>2016-08-20 10:58:15 +0200
commit3cedf72a05dac099c0264e565a74de7f4a08dcdb (patch)
tree929870b462da8cd71cc6596d220bc52c4ab733ff
parente826a227fac58b8c4fe312f948c42a2d458af9d2 (diff)
downloadruamel.yaml-3cedf72a05dac099c0264e565a74de7f4a08dcdb.tar.gz
forgot to update version0.12.5
-rw-r--r--__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/__init__.py b/__init__.py
index 51eb3a3..661fecc 100644
--- a/__init__.py
+++ b/__init__.py
@@ -9,7 +9,7 @@ from __future__ import absolute_import
_package_data = dict(
full_package_name="ruamel.yaml",
- version_info=(0, 12, 4),
+ version_info=(0, 12, 5),
author="Anthon van der Neut",
author_email="a.van.der.neut@ruamel.eu",
description="ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order", # NOQA