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
2b82ea1b
Commit
2b82ea1b
authored
Jun 27, 2018
by
Nicolas MAILLET
Browse files
new version
parent
76c6a102
Changes
3
Show whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
2b82ea1b
=========
CHANGELOG
=========
- 1.0.2
Correct minor but funny typo
- 1.0.1
Minor change in enzymes definition in user guide
...
...
docs/conf.py
View file @
2b82ea1b
...
...
@@ -26,7 +26,7 @@ author = 'Nicolas Maillet'
# The short X.Y version
version
=
''
# The full version, including alpha/beta/rc tags
release
=
'1.0.
1
'
release
=
'1.0.
2
'
# -- General configuration ---------------------------------------------------
...
...
setup.py
View file @
2b82ea1b
...
...
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
_MAJOR
=
1
_MINOR
=
0
_MICRO
=
1
_MICRO
=
2
version
=
'%d.%d.%d'
%
(
_MAJOR
,
_MINOR
,
_MICRO
)
release
=
'%d.%d'
%
(
_MAJOR
,
_MINOR
)
...
...
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