Skip to content
GitLab
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
4403ed6d
Commit
4403ed6d
authored
May 25, 2021
by
Nicolas MAILLET
Browse files
Version 1.2.4
parent
700e07e8
Pipeline
#57031
passed with stages
in 50 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
4403ed6d
=========
CHANGELOG
=========
- 1.2.4
Remove 'deprecated' for IPC v1
- 1.2.3
Add IPC2 pKa values (thanks Lukasz Kozlowski, see https://doi.org/10.1093/nar/gkab295). Add RPG's publication on documentation
...
...
docs/conf.py
View file @
4403ed6d
...
...
@@ -26,7 +26,7 @@ author = 'Nicolas Maillet'
# The short X.Y version
version
=
''
# The full version, including alpha/beta/rc tags
release
=
'1.2.
3
'
release
=
'1.2.
4
'
# -- General configuration ---------------------------------------------------
...
...
rpg/RapidPeptidesGenerator.py
View file @
4403ed6d
...
...
@@ -29,7 +29,7 @@
necessary functions
"""
__version_info__
=
(
'1'
,
'2'
,
'
3
'
)
__version_info__
=
(
'1'
,
'2'
,
'
4
'
)
__version__
=
'.'
.
join
(
__version_info__
)
__revision_date__
=
"2021-02-03"
__author__
=
"Nicolas Maillet"
...
...
setup.py
View file @
4403ed6d
...
...
@@ -36,7 +36,7 @@ setup(
# For a discussion on single-sourcing the version across setup.py and the
# project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version
=
'1.2.
3
'
,
# Required
version
=
'1.2.
4
'
,
# Required
# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
...
...
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