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
a8070a42
Verified
Commit
a8070a42
authored
Mar 02, 2020
by
Bogdan Bodnar
Browse files
Bump v2.3.1.
parent
8f2b7d8a
Pipeline
#60379
passed with stage
in 6 minutes and 14 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
js/package-lock.json
View file @
a8070a42
{
"name"
:
"reforis_diagnostics_js"
,
"version"
:
"2.3.
0
"
,
"version"
:
"2.3.
1
"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
...
...
js/package.json
View file @
a8070a42
...
...
@@ -6,7 +6,7 @@
"url"
:
"https://gitlab.labs.nic.cz/turris/reforis/reforis-diagnostics.git"
},
"license"
:
"GPL-3.0"
,
"version"
:
"2.3.
0
"
,
"version"
:
"2.3.
1
"
,
"description"
:
"Diagnostics plugins for Foris."
,
"main"
:
"./src/app.js"
,
"dependencies"
:
{
...
...
setup.py
View file @
a8070a42
...
...
@@ -32,7 +32,7 @@ class CustomBuild(build_py):
setuptools
.
setup
(
name
=
NAME
,
version
=
'2.3.
0
'
,
version
=
'2.3.
1
'
,
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