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
Lifeware
biocham
Commits
83abb5c8
Commit
83abb5c8
authored
Feb 06, 2020
by
FAGES Francois
Browse files
merging something
Merge branch 'develop' of gitlab.inria.fr:lifeware/biocham into develop
parents
d84e7eaa
7918a311
Changes
5
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
83abb5c8
...
...
@@ -206,7 +206,7 @@ release:
sed
-i
''
-e
"s/
\"
version
\"
:
\"\(
.*
\)\"
/
\"
version
\"
:
\"
$$
version
\"
/"
biocham_jupyter/guinbextension/package.json
&&
\
sed
-i
''
-e
"s/__version__ = '
\(
.*
\)
'/__version__ = '
$$
version'/"
biocham_jupyter/kernel/biocham_kernel/__init__.py
&&
\
sed
-i
''
-e
"s+^<h1>version.*</h1>+<h1>version
$$
version
$(
shell
LC_ALL=C date '+%B %Y'
)
</h1>+"
web/index.html
&&
\
set
-i
''
-e
"s/:v.*
$/
:v
$$
version"
binder/Dockerfile
&&
\
set
-i
''
-e
"s/:v.*
$/
:v
$$
version
/
"
binder/Dockerfile
&&
\
git commit about.pl biocham_jupyter/guinbextension/package.json biocham_jupyter/kernel/biocham_kernel/__init__.py web/index.html binder/Dockerfile
-m
"Version
$$
version"
&&
\
git flow release finish
"
$$
version"
&&
\
git push
--tags
...
...
about.pl
View file @
83abb5c8
...
...
@@ -8,7 +8,7 @@
about
/
0
]).
version
(
'4.
3.11
'
).
version
(
'4.
4.0
'
).
copyright
(
'Copyright (C) 2003-2020 Inria, EPI Lifeware, Saclay-Île de France, France'
...
...
biocham_jupyter/guinbextension/package.json
View file @
83abb5c8
{
"name"
:
"gui"
,
"version"
:
"4.
3.11
"
,
"version"
:
"4.
4.0
"
,
"description"
:
"biocham gui in jupyter notebook"
,
"main"
:
"src/index.js"
,
"scripts"
:
{
...
...
biocham_jupyter/kernel/biocham_kernel/__init__.py
View file @
83abb5c8
"""Example magic"""
__version__
=
'4.
3.11
'
__version__
=
'4.
4.0
'
web/index.html
View file @
83abb5c8
...
...
@@ -32,7 +32,7 @@
</head>
<body>
<h1>
The Biochemical Abstract Machine BIOCHAM 4
</h1>
<h1>
version 4.
3.11 Jan
uary 2020
</h1>
<h1>
version 4.
4.0 Febr
uary 2020
</h1>
<div
class=
"authors"
>
<p>
...
...
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