Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
datamodelvalidator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Euclid
datamodelvalidator
Commits
be30795d
Commit
be30795d
authored
Apr 07, 2017
by
Teake Nutma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version from 0.4.dev to 0.4.0
parent
a7d78e1c
Pipeline
#680
passed with stage
in 57 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
.bumpversion.cfg
.bumpversion.cfg
+3
-3
datamodelvalidator/__main__.py
datamodelvalidator/__main__.py
+1
-1
setup.py
setup.py
+1
-1
No files found.
.bumpversion.cfg
View file @
be30795d
[bumpversion]
current_version = 0.4.
dev
current_version = 0.4.
0
parse = (?P<major>\d+)(\.(?P<minor>\d+))?(\.(?P<patch>\d+))?(\.(?P<release>[a-z]+))?
serialize =
serialize =
{major}.{minor}.{patch}.{release}
{major}.{minor}.{release}
{major}.{release}
...
...
@@ -16,7 +16,7 @@ message = Bump version from {current_version} to {new_version}
[bumpversion:part:release]
optional_value = production
values =
values =
dev
production
datamodelvalidator/__main__.py
View file @
be30795d
...
...
@@ -7,7 +7,7 @@ from .validator import Validator
@
click
.
command
()
@
click
.
argument
(
'path'
,
type
=
click
.
Path
(
exists
=
True
))
@
click
.
version_option
(
version
=
'0.4.
dev
'
)
@
click
.
version_option
(
version
=
'0.4.
0
'
)
def
validate_and_echo
(
path
:
str
)
->
None
:
"""Performs validation of the Euclid Data Model.
...
...
setup.py
View file @
be30795d
...
...
@@ -8,7 +8,7 @@ if sys.version_info < (3, 5):
setup
(
name
=
'datamodelvalidator'
,
version
=
'0.4.
dev
'
,
version
=
'0.4.
0
'
,
description
=
'Performs validation of the Euclid Data Model'
,
license
=
'LGPL-3.0+'
,
packages
=
find_packages
(
exclude
=
(
'tests'
,)),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment