[iniparse] r142 committed - update changelog and change version number for 0.4 release

1 view
Skip to first unread message

inip...@googlecode.com

unread,
Jun 12, 2010, 12:19:28 PM6/12/10
to iniparse...@googlegroups.com
Revision: 142
Author: psoberoi
Date: Sat Jun 12 09:19:21 2010
Log: update changelog and change version number for 0.4 release

http://code.google.com/p/iniparse/source/detail?r=142

Modified:
/trunk/Changelog
/trunk/python-iniparse.spec
/trunk/setup.py

=======================================
--- /trunk/Changelog Sat Apr 17 11:31:27 2010
+++ /trunk/Changelog Sat Jun 12 09:19:21 2010
@@ -1,3 +1,19 @@
+2010-06-12
+* released 0.4
+
+2010-05-08
+* reorganize code to remove circular imports
+* auto-create config settings when they are accessed via square bracket
+ syntax (for example, cfg[x][y]). Previously this raised KeyError.
+
+2010-05-07
+* Ensure that __special__ method lookups don't cause config attributes
+ to be added.
+
+2010-05-06
+* Fix problems with pickling INIConfig objects. This also fixes
+ multiprocessing problems.
+
2010-04-17
* released 0.3.2

=======================================
--- /trunk/python-iniparse.spec Sat Apr 17 11:31:27 2010
+++ /trunk/python-iniparse.spec Sat Jun 12 09:19:21 2010
@@ -1,7 +1,7 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name: python-iniparse
-Version: 0.3.2
+Version: 0.4
Release: 1%{?dist}
Summary: Python Module for Accessing and Modifying Configuration
Data in INI files
Group: Development/Libraries
@@ -48,6 +48,8 @@


%changelog
+* Sat Jun 12 2010 Paramjit Oberoi <pa...@cs.wisc.edu> - 0.4-1
+- Release 0.4
* Sat Apr 17 2010 Paramjit Oberoi <pa...@cs.wisc.edu> - 0.3.2-1
- Release 0.3.2
* Mon Mar 2 2009 Paramjit Oberoi <pa...@cs.wisc.edu> - 0.3.1-1
=======================================
--- /trunk/setup.py Sat Apr 17 11:31:27 2010
+++ /trunk/setup.py Sat Jun 12 09:19:21 2010
@@ -2,7 +2,7 @@

from distutils.core import setup

-VERSION = '0.3.2'
+VERSION = '0.4'

setup(name ='iniparse',
version = VERSION,

Reply all
Reply to author
Forward
0 new messages