From 147186e6f55c4cc662f7fc6f0941a77061c7e1db Mon Sep 17 00:00:00 2001
From: Nico Maillet <nicolas.maillet@pasteur.fr>
Date: Wed, 22 Feb 2023 16:33:50 +0100
Subject: [PATCH] Going to V2

---
 CHANGELOG.rst | 4 ++--
 docs/conf.py  | 2 +-
 setup.py      | 4 +++-
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index c662ee7..c136bf2 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,7 +1,7 @@
 =========
 CHANGELOG
 =========
-- *UPCOMING* 1.2.5
+- 2.0.0
     Tested on Python 3.10 et 3.11
     
     Adding a new enzyme (43), Asp-N without cleaving Cysteines
@@ -16,7 +16,7 @@ CHANGELOG
     
     -e option now accepts enzymes name (case-insensitive) and not only id
     
-    *Adding an option to compute all theoretical peptides with at most N miscleavages*
+    Adding an option to compute all theoretical peptides with at most N miscleavages
 
 - 1.2.4
     Remove 'deprecated' for IPC v1
diff --git a/docs/conf.py b/docs/conf.py
index f258a96..094b487 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -26,7 +26,7 @@ author = 'Nicolas Maillet'
 # The short X.Y version
 version = ''
 # The full version, including alpha/beta/rc tags
-release = '1.2.4'
+release = '2.0.0'
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/setup.py b/setup.py
index fab85fa..3803924 100644
--- a/setup.py
+++ b/setup.py
@@ -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='1.2.4',  # Required
+    version='2.0.0',  # Required
 
     # This is a one-line description or tagline of what your project does. This
     # corresponds to the "Summary" metadata field:
@@ -103,6 +103,8 @@ setup(
         'Programming Language :: Python :: 3.7',
         'Programming Language :: Python :: 3.8',
         'Programming Language :: Python :: 3.9',
+        'Programming Language :: Python :: 3.10',
+        'Programming Language :: Python :: 3.11',
     ],
 
     # This field adds keywords for your project which will appear on the
-- 
GitLab