From 3042e27225f322113f4683d70b549749aee3a7ed Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 2 Oct 2015 21:08:05 -0400 Subject: [PATCH] 2.0.3 --- .gitignore | 1 + python-munch.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index df39c2c..3b1448c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /munch-2.0.2.tar.gz +/munch-2.0.3.tar.gz diff --git a/python-munch.spec b/python-munch.spec index 2abc0ec..22278ff 100644 --- a/python-munch.spec +++ b/python-munch.spec @@ -13,8 +13,8 @@ %global modname munch Name: python-munch -Version: 2.0.2 -Release: 4%{?dist} +Version: 2.0.3 +Release: 1%{?dist} Summary: A dot-accessible dictionary (a la JavaScript objects) Group: Development/Libraries @@ -102,6 +102,9 @@ popd %endif %changelog +* Sat Oct 03 2015 Ralph Bean - 2.0.3-1 +- new version + * Mon Aug 17 2015 Ralph Bean - 2.0.2-4 - Define license macro for el6. diff --git a/sources b/sources index 1258d57..9994a71 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6bff44f4f33b0af4f6f991a996f5a314 munch-2.0.2.tar.gz +50fcbbe8b98a256cf0d65280f20e3720 munch-2.0.3.tar.gz