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
Data Collection Plugin
Commits
6ed9e788
Verified
Commit
6ed9e788
authored
Jul 13, 2020
by
Aleksandr Gumroian
Browse files
Bump v0.2.1.
parent
359ee5e9
Pipeline
#65827
passed with stage
in 5 minutes and 29 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
js/package.json
View file @
6ed9e788
...
...
@@ -2,7 +2,7 @@
"name"
:
"reforis_data_collection"
,
"author"
:
"CZ.NIC, z.s.p.o."
,
"license"
:
"GPL-3.0"
,
"version"
:
"0.2.
0
"
,
"version"
:
"0.2.
1
"
,
"description"
:
""
,
"main"
:
"./src/app.js"
,
"dependencies"
:
{
...
...
setup.py
View file @
6ed9e788
...
...
@@ -32,7 +32,7 @@ class DataCollectionBuild(build_py):
setuptools
.
setup
(
name
=
NAME
,
version
=
'0.2.
0
'
,
version
=
'0.2.
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