Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision

Target

Select target project
  • VIPS/models/python/referencemodel
1 result
Select Git revision
  • main
  • 0.1.5
  • 0.1.6
  • 0.2.0
  • 0.2.1
  • 0.2.2
  • 0.2.3
  • 0.2.4
  • 0.2.5
  • 0.2.6
10 results
Show changes
Commits on Source (2)
include src/vips_reference_model/images/*
\ No newline at end of file
......@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "vips_reference_model"
version = "0.2.5"
version = "0.2.6"
description = "Example VIPS model, showcasing functionality"
readme = "README.md"
authors = [{ name="Tor-Einar Skog", email="tor-einar.skog@nibio.no" }]
......@@ -28,7 +28,7 @@ requires-python = ">=3.9"
dev = ["bumpver", "pytest"]
[tool.bumpver]
current_version = "0.2.5"
current_version = "0.2.6"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
......