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
Nicolas MAILLET
rpg
Commits
dce7a910
Commit
dce7a910
authored
Apr 12, 2021
by
Nicolas MAILLET
Browse files
Version 1.2.2
parent
1a31f870
Pipeline
#53514
passed with stages
in 51 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
dce7a910
=========
=========
CHANGELOG
CHANGELOG
=========
=========
- 1.2.2
Correct a major bug arising when a new enzyme is define with at least 3 amino acids while the first one being the cleaving site
- 1.2.1
- 1.2.1
Add functional tests
Add functional tests
...
...
docs/conf.py
View file @
dce7a910
...
@@ -26,7 +26,7 @@ author = 'Nicolas Maillet'
...
@@ -26,7 +26,7 @@ author = 'Nicolas Maillet'
# The short X.Y version
# The short X.Y version
version
=
''
version
=
''
# The full version, including alpha/beta/rc tags
# The full version, including alpha/beta/rc tags
release
=
'1.2.
1
'
release
=
'1.2.
2
'
# -- General configuration ---------------------------------------------------
# -- General configuration ---------------------------------------------------
...
...
rpg/RapidPeptidesGenerator.py
View file @
dce7a910
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
necessary functions
necessary functions
"""
"""
__version_info__
=
(
'1'
,
'2'
,
'
1
'
)
__version_info__
=
(
'1'
,
'2'
,
'
2
'
)
__version__
=
'.'
.
join
(
__version_info__
)
__version__
=
'.'
.
join
(
__version_info__
)
__revision_date__
=
"2021-02-03"
__revision_date__
=
"2021-02-03"
__author__
=
"Nicolas Maillet"
__author__
=
"Nicolas Maillet"
...
...
setup.py
View file @
dce7a910
...
@@ -36,7 +36,7 @@ setup(
...
@@ -36,7 +36,7 @@ setup(
# For a discussion on single-sourcing the version across setup.py and the
# For a discussion on single-sourcing the version across setup.py and the
# project code, see
# project code, see
# https://packaging.python.org/en/latest/single_source_version.html
# https://packaging.python.org/en/latest/single_source_version.html
version
=
'1.2.
1
'
,
# Required
version
=
'1.2.
2
'
,
# Required
# This is a one-line description or tagline of what your project does. This
# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
# corresponds to the "Summary" metadata field:
...
...
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