Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VIPSCore-Python-Common
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
VIPSCore-Python-Common
Commits
ad51c615
Commit
ad51c615
authored
2 years ago
by
Tor-Einar Skog
Browse files
Options
Downloads
Patches
Plain Diff
bump version 0.1.7 -> 0.1.8
parent
2a1d1794
No related branches found
No related tags found
No related merge requests found
Pipeline
#728
passed
2 years ago
Stage: build
Stage: test
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+4
-4
4 additions, 4 deletions
README.md
pyproject.toml
+2
-2
2 additions, 2 deletions
pyproject.toml
with
6 additions
and
6 deletions
README.md
+
4
−
4
View file @
ad51c615
...
@@ -8,7 +8,7 @@ This is the source code for the module that contains the common data models and
...
@@ -8,7 +8,7 @@ This is the source code for the module that contains the common data models and
# From local path, if you've cloned the Git repo
# From local path, if you've cloned the Git repo
pip3
install
/home/foo/vipscore-python-common/
pip3
install
/home/foo/vipscore-python-common/
# From GitLab
# From GitLab
pip3
install
git+https://gitlab.nibio.no/VIPS/vipscore-python-common.git@v0.1.
7
pip3
install
git+https://gitlab.nibio.no/VIPS/vipscore-python-common.git@v0.1.
8
```
```
...where the version is specified after the
`@`
...where the version is specified after the
`@`
...
@@ -84,12 +84,12 @@ $ . venv/bin/activate
...
@@ -84,12 +84,12 @@ $ . venv/bin/activate
$ pip install -e .
$ pip install -e .
$ pip install build pytest twine
$ pip install build pytest twine
$ python3 -m build
$ python3 -m build
-> Successfully built vipscore_common-0.1.
7
.tar.gz and vipscore_common-0.1.6-py3-none-any.whl
-> Successfully built vipscore_common-0.1.
8
.tar.gz and vipscore_common-0.1.6-py3-none-any.whl
$ pytest
$ pytest
-> [100%] ======================= 2 passed in 0.27s ==========================
-> [100%] ======================= 2 passed in 0.27s ==========================
$ python3 -m twine upload --repository gitlab dist/* --verbose
$ python3 -m twine upload --repository gitlab dist/* --verbose
-> Uploading vipscore_common-0.1.
7
-py3-none-any.whl
-> Uploading vipscore_common-0.1.
8
-py3-none-any.whl
-> 201 Created
-> 201 Created
-> Uploading vipscore_common-0.1.
7
.tar.gz
-> Uploading vipscore_common-0.1.
8
.tar.gz
-> 201 Created
-> 201 Created
```
```
This diff is collapsed.
Click to expand it.
pyproject.toml
+
2
−
2
View file @
ad51c615
...
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
...
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
[project]
name
=
"vipscore_common"
name
=
"vipscore_common"
version
=
"0.1.
7
"
version
=
"0.1.
8
"
description
=
"Tools for the VIPSCore-Python web services and its models"
description
=
"Tools for the VIPSCore-Python web services and its models"
readme
=
"README.md"
readme
=
"README.md"
authors
=
[
{
name
=
"Tor-Einar Skog"
,
email
=
"tor-einar.skog@nibio.no"
}
]
authors
=
[
{
name
=
"Tor-Einar Skog"
,
email
=
"tor-einar.skog@nibio.no"
}
]
...
@@ -27,7 +27,7 @@ requires-python = ">=3.9"
...
@@ -27,7 +27,7 @@ requires-python = ">=3.9"
dev
=
[
"bumpver"
,
"pytest"
]
dev
=
[
"bumpver"
,
"pytest"
]
[tool.bumpver]
[tool.bumpver]
current_version
=
"0.1.
7
"
current_version
=
"0.1.
8
"
version_pattern
=
"MAJOR.MINOR.PATCH"
version_pattern
=
"MAJOR.MINOR.PATCH"
commit_message
=
"bump version {old_version} -> {new_version}"
commit_message
=
"bump version {old_version} -> {new_version}"
commit
=
true
commit
=
true
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment