Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
ReferenceModel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VIPS
Models
Python
ReferenceModel
Compare revisions
44aaa8aeaf6dffea9d4551519641a880e37b1419 to 0160dacb76d13b5d618bd862fca2644841ca0a91
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
VIPS/models/python/referencemodel
Select target project
No results found
0160dacb76d13b5d618bd862fca2644841ca0a91
Select Git revision
Swap
Target
VIPS/models/python/referencemodel
Select target project
VIPS/models/python/referencemodel
1 result
44aaa8aeaf6dffea9d4551519641a880e37b1419
Select Git revision
Branches
main
Tags
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
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Add images to resource files in MANIFEST.in
· a826747a
Tor-Einar Skog
authored
2 years ago
a826747a
bump version 0.2.5 -> 0.2.6
· 0160dacb
Tor-Einar Skog
authored
2 years ago
0160dacb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
MANIFEST.in
+1
-0
1 addition, 0 deletions
MANIFEST.in
pyproject.toml
+2
-2
2 additions, 2 deletions
pyproject.toml
with
3 additions
and
2 deletions
MANIFEST.in
0 → 100644
View file @
0160dacb
include src/vips_reference_model/images/*
\ No newline at end of file
This diff is collapsed.
Click to expand it.
pyproject.toml
View file @
0160dacb
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.