Skip to content
Snippets Groups Projects
Commit aa66c115 authored by Nicolas  MAILLET's avatar Nicolas MAILLET
Browse files

v2.0.5

parent d932cadc
No related branches found
No related tags found
No related merge requests found
Pipeline #132492 passed
=========
CHANGELOG
=========
- `2.0.5 <https://gitlab.pasteur.fr/nmaillet/rpg/-/releases/2.0.5>`_
Avoir potential biais of roundind using Decimal instead of float
- `2.0.4 <https://gitlab.pasteur.fr/nmaillet/rpg/-/releases/2.0.4>`_
Modify precision of masses:
......
......@@ -26,7 +26,7 @@ author = 'Nicolas Maillet'
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '2.0.4'
release = '2.0.5'
# -- General configuration ---------------------------------------------------
......
......@@ -29,9 +29,9 @@
necessary functions
"""
__version_info__ = ('2', '0', '4')
__version_info__ = ('2', '0', '5')
__version__ = '.'.join(__version_info__)
__revision_date__ = "2024-06-11"
__revision_date__ = "2024-06-12"
__author__ = "Nicolas Maillet"
import argparse
......
......@@ -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.4', # Required
version='2.0.5', # Required
# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment