Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lifeware
biocham
Commits
33fb6281
Commit
33fb6281
authored
Jan 03, 2020
by
SOLIMAN Sylvain
Browse files
bump
parent
f334fa7c
Changes
5
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
33fb6281
...
...
@@ -200,13 +200,14 @@ gadagne_restart: gadagne
release
:
@
read
-p
"Version number (e.g. 4.1.0): "
version
&&
\
git flow release start
'v$$version'
&&
\
sed
-i
''
-e
"s/^version('.*')/version('
$$
version')/"
about.pl
&&
\
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
&&
\
LC_ALL
=
C
sed
-i
''
-e
"s+^<h1>version.*</h1>+<h1>version
$$
version
$(
shell
date '+%B %Y'
)
</h1>+"
web/index.html
&&
\
git commit about.pl web/index.html
-m
"Version
$$
version"
&&
\
git
tag
-a
v
$$
version
-m
"Version
$$
version
"
&&
\
git
push
--tags
git commit about.pl
biocham_jupyter/guinbextension/package.json biocham_jupyter/kernel/biocham_kernel/__init__.py
web/index.html
-m
"Version
$$
version"
&&
\
git
flow release finish
'v
$$version
'
&&
\
git
flow release publish
'v$$version'
refs
:
$(NOTEBOOKS) biocham
mkdir
-p
$(REFDIR)
...
...
about.pl
View file @
33fb6281
...
...
@@ -8,7 +8,7 @@
about
/
0
]).
version
(
'4.
2.6
'
).
version
(
'4.
3.0
'
).
copyright
(
'Copyright (C) 2003-2019 Inria, EPI Lifeware, Saclay-Île de France, France'
...
...
biocham_jupyter/guinbextension/package.json
View file @
33fb6281
{
"name"
:
"gui"
,
"version"
:
"4.
2.6
"
,
"version"
:
"4.
3.0
"
,
"description"
:
"biocham gui in jupyter notebook"
,
"main"
:
"src/index.js"
,
"scripts"
:
{
...
...
biocham_jupyter/kernel/biocham_kernel/__init__.py
View file @
33fb6281
"""Example magic"""
__version__
=
'4.
2.6
'
__version__
=
'4.
3.0
'
web/index.html
View file @
33fb6281
...
...
@@ -32,7 +32,7 @@
</head>
<body>
<h1>
The Biochemical Abstract Machine BIOCHAM 4
</h1>
<h1>
version 4.
2.6, August
20
19
</h1>
<h1>
version 4.
3.0, January
20
20
</h1>
<div
class=
"authors"
>
<p>
...
...
Write
Preview
Markdown
is supported
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