Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
anis
anis-client
Commits
fda5d5df
Commit
fda5d5df
authored
Dec 07, 2020
by
Tifenn Guillas
Browse files
Merge branch 'update-version' into 'develop'
Update anis versions See merge request
!168
parents
adee3965
9bb1192b
Pipeline
#3749
passed with stages
in 8 minutes and 25 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
fda5d5df
...
...
@@ -6,7 +6,7 @@ stages:
-
deploy
variables
:
VERSION
:
"
3.
3
.0"
VERSION
:
"
3.
5
.0"
SONARQUBE_URL
:
https://sonarqube.lam.fr
CONTAINER_IMAGE
:
portus.lam.fr/anis/anis-client
COVERAGE_IMAGE
:
portus.lam.fr/anis/anis-client-coverage
...
...
CHANGELOG.md
View file @
fda5d5df
...
...
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/1.0.0/
)
,
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## [3.5.0] - 2020-
xx
## [3.5.0] - 2020-
12
### Added
-
#140 => Add description tooltip on search multiple datasets page
-
#136 => Add detail view for spectra type object and default object
...
...
src/settings/settings.ts
View file @
fda5d5df
...
...
@@ -8,7 +8,6 @@
*/
export
const
VERSIONS
=
{
anisClient
:
'
3.4
'
,
anisServer
:
'
3.4
'
,
anisAuth
:
'
3.2
'
anisClient
:
'
3.5
'
,
anisServer
:
'
3.5
'
};
Write
Preview
Supports
Markdown
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