Skip to content

Commit

Permalink
bump release version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phatina committed Oct 29, 2014
1 parent 10b1ddc commit b06eff7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
New in version 0.4.0:
* introduce WBEMConnection::setCredentials()
* introduce WBEMConnection::setRequestAcceptLanguages()
* introduce distutils as secondary build system
* add missing hostname property to CIMInstance(Name)
* simplify WBEMConnection::createInstance()
* refactor CIMConstants CIM errors
* various fixes

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
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ 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, 1)
m4_define(lmiwbem_version_minor, 4)
m4_define(lmiwbem_version_patch, 0)
m4_define(lmiwbem_version, lmiwbem_version_major.lmiwbem_version_minor.lmiwbem_version_patch)

AC_INIT([lmiwbem], [lmiwbem_version], [[email protected]])
Expand Down
7 changes: 5 additions & 2 deletions lmiwbem.spec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
%global with_doc 0

Name: lmiwbem
Version: 0.3.1
Release: 3%{?dist}
Version: 0.4.0
Release: 1%{?dist}
Summary: Python WBEM Client
License: LGPLv2+
URL: https://github.com/phatina/lmiwbem
Expand Down Expand Up @@ -64,6 +64,9 @@ find %{buildroot} -name '*.la' | xargs rm -f
%endif

%changelog
* Wed Oct 29 2014 Peter Hatina <[email protected]> - 0.4.0-1
- upgrade to 0.4.0

* Tue Sep 23 2014 Peter Hatina <[email protected]> - 0.3.1-3
- introduce conditional documentation build

Expand Down

0 comments on commit b06eff7

Please sign in to comment.