Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rpg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nicolas MAILLET
rpg
Commits
1683cea9
Commit
1683cea9
authored
1 year ago
by
Nicolas MAILLET
Browse files
Options
Downloads
Patches
Plain Diff
Version 2.0.3
parent
83ea33e9
No related branches found
No related tags found
No related merge requests found
Pipeline
#118686
failed
1 year ago
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.readthedocs.yaml
+1
-1
1 addition, 1 deletion
.readthedocs.yaml
CHANGELOG.rst
+5
-0
5 additions, 0 deletions
CHANGELOG.rst
docs/conf.py
+1
-1
1 addition, 1 deletion
docs/conf.py
rpg/RapidPeptidesGenerator.py
+2
-2
2 additions, 2 deletions
rpg/RapidPeptidesGenerator.py
setup.py
+2
-1
2 additions, 1 deletion
setup.py
with
11 additions
and
5 deletions
.readthedocs.yaml
+
1
−
1
View file @
1683cea9
...
...
@@ -8,7 +8,7 @@ version: 2
build
:
os
:
ubuntu-22.04
tools
:
python
:
"
3.1
1
"
python
:
"
3.1
2
"
# You can also specify other tool versions:
# nodejs: "20"
# rust: "1.70"
...
...
This diff is collapsed.
Click to expand it.
CHANGELOG.rst
+
5
−
0
View file @
1683cea9
=========
CHANGELOG
=========
- `2.0.3 <https://gitlab.pasteur.fr/nmaillet/rpg/-/releases/2.0.3>`_
Tested on Python 3.12
Add α-Lytic, #46
- `2.0.2 <https://gitlab.pasteur.fr/nmaillet/rpg/-/releases/2.0.2>`_
Add Elastase, #45
...
...
This diff is collapsed.
Click to expand it.
docs/conf.py
+
1
−
1
View file @
1683cea9
...
...
@@ -26,7 +26,7 @@ author = 'Nicolas Maillet'
# The short X.Y version
version
=
''
# The full version, including alpha/beta/rc tags
release
=
'
2.0.
2
'
release
=
'
2.0.
3
'
# -- General configuration ---------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
rpg/RapidPeptidesGenerator.py
+
2
−
2
View file @
1683cea9
...
...
@@ -29,9 +29,9 @@
necessary functions
"""
__version_info__
=
(
'
2
'
,
'
0
'
,
'
2
'
)
__version_info__
=
(
'
2
'
,
'
0
'
,
'
3
'
)
__version__
=
'
.
'
.
join
(
__version_info__
)
__revision_date__
=
"
2023-1
0-06
"
__revision_date__
=
"
2023-1
2-18
"
__author__
=
"
Nicolas Maillet
"
import
argparse
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
1
View file @
1683cea9
...
...
@@ -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
=
'
2.0.
2
'
,
# Required
version
=
'
2.0.
3
'
,
# Required
# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
...
...
@@ -105,6 +105,7 @@ setup(
'
Programming Language :: Python :: 3.9
'
,
'
Programming Language :: Python :: 3.10
'
,
'
Programming Language :: Python :: 3.11
'
,
'
Programming Language :: Python :: 3.12
'
,
],
# This field adds keywords for your project which will appear on the
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment