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
1de427f7
Commit
1de427f7
authored
Jul 13, 2018
by
Nicolas MAILLET
Browse files
Version 1.0.5
parent
ba52e9a4
Pipeline
#5900
passed with stages
in 1 minute and 40 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
1de427f7
=========
CHANGELOG
=========
- 1.0.5
Fix version date inside RPG
- 1.0.4
Fix version number inside RPG
...
...
docs/conf.py
View file @
1de427f7
...
...
@@ -26,7 +26,7 @@ author = 'Nicolas Maillet'
# The short X.Y version
version
=
''
# The full version, including alpha/beta/rc tags
release
=
'1.0.
4
'
release
=
'1.0.
5
'
# -- General configuration ---------------------------------------------------
...
...
rpg/RapidPeptidesGenerator.py
View file @
1de427f7
...
...
@@ -29,9 +29,9 @@
necessary functions
"""
__version_info__
=
(
'1'
,
'0'
,
'
4
'
)
__version_info__
=
(
'1'
,
'0'
,
'
5
'
)
__version__
=
'.'
.
join
(
__version_info__
)
__revision_date__
=
"2018-0
5
-1
6
"
__revision_date__
=
"2018-0
7
-1
3
"
__author__
=
"Nicolas Maillet"
import
argparse
...
...
setup.py
View file @
1de427f7
...
...
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
_MAJOR
=
1
_MINOR
=
0
_MICRO
=
4
_MICRO
=
5
version
=
'%d.%d.%d'
%
(
_MAJOR
,
_MINOR
,
_MICRO
)
release
=
'%d.%d'
%
(
_MAJOR
,
_MINOR
)
...
...
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