Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Turris
reForis
Diagnostics Plugin
Commits
b8080d84
Verified
Commit
b8080d84
authored
Oct 22, 2019
by
Bogdan Bodnar
Browse files
Bump version 2.1.0.
parent
7dcf6dd9
Pipeline
#54566
passed with stage
in 4 minutes and 30 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
js/package.json
View file @
b8080d84
...
...
@@ -3,10 +3,10 @@
"author"
:
"CZ.NIC, z.s.p.o."
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"https://gitlab.labs.nic.cz/turris/reforis/diagnostics.git"
"url"
:
"https://gitlab.labs.nic.cz/turris/reforis/
reforis-
diagnostics.git"
},
"license"
:
"GPL-3.0"
,
"version"
:
"2.
0.1
"
,
"version"
:
"2.
1.0
"
,
"description"
:
"Diagnostics plugins for Foris."
,
"main"
:
"./src/app.js"
,
"dependencies"
:
{
...
...
setup.py
View file @
b8080d84
...
...
@@ -32,7 +32,7 @@ class CustomBuild(build_py):
setuptools
.
setup
(
name
=
NAME
,
version
=
'2.
0.1
'
,
version
=
'2.
1.0
'
,
packages
=
setuptools
.
find_packages
(
exclude
=
[
'tests'
]),
include_package_data
=
True
,
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment