Skip to content

Commit

Permalink
Release version 1.1
Browse files Browse the repository at this point in the history
- Adds support for handling modulemd-defaults YAML documents
- Adds peek()/dup() routines to all object properties
- Adds Modulemd.Module.dup_nsvc() to retrieve the canonical form
of the unique module identifier.
- Adds support for boolean types in the XMD section

Fixes: #19

Signed-off-by: Stephen Gallagher <[email protected]>
  • Loading branch information
sgallagher committed Mar 14, 2018
1 parent 745b5b9 commit afd4694
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ project. Following is example code how to do that:

```
import gi
gi.require_version('Modulemd', '1.0')
gi.require_version('Modulemd', '1.1')
from gi.repository import Modulemd
help(Modulemd.Module)
```
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('modulemd', 'c',
version : '1.0.4',
version : '1.1.0',
default_options : [
'buildtype=debugoptimized',
'c_std=c11',
Expand Down

0 comments on commit afd4694

Please sign in to comment.