Skip to content

Commit

Permalink
bump release version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phatina committed Sep 1, 2014
1 parent d0421e8 commit 4bee7ab
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
New in version 0.3.1:
* fixed missing namespace in CIMInstance returned from EnumerateInstances()
* name of CIMProperty or CIMParameter is present in TypeError, when type
mismatch occurs
* refactored exception handling in WBEMConnection

New in version 0.3.0:
* support ppc(64(le)), s390(x), aarch64
* conditional support of CIMIndicationListener
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ AC_PREREQ([2.60])
dnl lmiwbem version number
m4_define(lmiwbem_version_major, 0)
m4_define(lmiwbem_version_minor, 3)
m4_define(lmiwbem_version_patch, 0)
m4_define(lmiwbem_version_patch, 1)
m4_define(lmiwbem_version, lmiwbem_version_major.lmiwbem_version_minor.lmiwbem_version_patch)

AC_INIT([lmiwbem], [lmiwbem_version], [[email protected]])
Expand Down
5 changes: 4 additions & 1 deletion lmiwbem.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: lmiwbem
Version: 0.3.0
Version: 0.3.1
Release: 1%{?dist}
Summary: Python WBEM Client
License: LGPLv2+
Expand Down Expand Up @@ -52,6 +52,9 @@ find %{buildroot} -name '*.la' | xargs rm -f
%{_docdir}/%{name}-%{version}/html

%changelog
* Fro Aug 29 2014 Peter Hatina <[email protected]> - 0.3.1-1
- upgrade to 0.3.1

* Tue Aug 26 2014 Peter Hatina <[email protected]> - 0.3.0-1
- upgrade to 0.3.0

Expand Down

0 comments on commit 4bee7ab

Please sign in to comment.