From 1fd87206858a91f08d623e1ba6f9d38c5d5e9b1d Mon Sep 17 00:00:00 2001 From: Satoru SATOH Date: Tue, 11 Oct 2016 23:33:21 +0900 Subject: [PATCH] prepare for the next release 0.7.0 --- anyconfig/globals.py | 4 ++-- pkg/package.spec.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anyconfig/globals.py b/anyconfig/globals.py index 10c79a90..bc060272 100644 --- a/anyconfig/globals.py +++ b/anyconfig/globals.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2013 - 2015 Satoru SATOH +# Copyright (C) 2013 - 2016 Satoru SATOH # License: MIT # """anyconfig globals. @@ -9,7 +9,7 @@ PACKAGE = "anyconfig" AUTHOR = "Satoru SATOH " -VERSION = "0.6.0" +VERSION = "0.7.0" LOGGER = anyconfig.init.LOGGER diff --git a/pkg/package.spec.in b/pkg/package.spec.in index d9644c5f..5ab3578e 100644 --- a/pkg/package.spec.in +++ b/pkg/package.spec.in @@ -137,7 +137,7 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog -* Sat Oct 8 2016 Satoru SATOH - 0.7.0-1 +* Tue Oct 11 2016 Satoru SATOH - 0.7.0-1 - enhancement: introduced ac_schema_type to generate more strict schema - enhancement: introduced shellvars backend originally suggested by ajays20078 - fix: comment processing and some related fixes in properties backend most of