Skip to content

Commit

Permalink
Release 2.4.0 and 1.8.10
Browse files Browse the repository at this point in the history
Stephen Gallagher (14):
      Bump version to 2.3.2dev and 1.8.9dev
      Merge pull request #285 from mprahl/fix-docs4
      ModuleStreamV2: add clear_dependencies() and remove_dependencies()
      Merge pull request #287 from sgallagher/remove_deps
      Merge pull request #289 from mprahl/xmd-none-default
      Fix python2 conditional in specfile
      Stop testing on Fedora 28
      Tests: Install and test with python2-libmodulemd
      Merge pull request #283 from sgallagher/tests
      Fix memory issues with XMD handling and overrides
      Reword python-libmodulemd recommendation
      README: Add tips-and-tricks
      Merge branch 'documentation'
      Fix unchecked return code in XMD test

mprahl (3):
      Add the missing strict argument to the Python examples
      Remove an unused import in the Python overrides
      Fix the Python bindings for get_xmd when the xmd value is None

Signed-off-by: Stephen Gallagher <[email protected]>
  • Loading branch information
sgallagher committed May 13, 2019
1 parent 0365d0c commit d0a3eda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# For more information on free software, see <https://www.gnu.org/philosophy/free-sw.en.html>.

project('modulemd', 'c',
version : '2.3.2',
version : '2.4.0',
default_options : [
'buildtype=debugoptimized',
'c_std=c11',
Expand All @@ -20,7 +20,7 @@ project('modulemd', 'c',
license : 'MIT',
meson_version : '>=0.47.0')

libmodulemd_v1_version = '1.8.9'
libmodulemd_v1_version = '1.8.10'
libmodulemd_v2_version = meson.project_version()

cc = meson.get_compiler('c')
Expand Down

0 comments on commit d0a3eda

Please sign in to comment.