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

Version 2.0.3

parent 83ea33e9
No related branches found
No related tags found
No related merge requests found
Pipeline #118686 failed
......@@ -8,7 +8,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
python: "3.12"
# You can also specify other tool versions:
# nodejs: "20"
# rust: "1.70"
......
=========
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
......
......@@ -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 ---------------------------------------------------
......
......@@ -29,9 +29,9 @@
necessary functions
"""
__version_info__ = ('2', '0', '2')
__version_info__ = ('2', '0', '3')
__version__ = '.'.join(__version_info__)
__revision_date__ = "2023-10-06"
__revision_date__ = "2023-12-18"
__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.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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment