From 664af40e5a6504a0b6bdcc6a0e82260e0248ee09 Mon Sep 17 00:00:00 2001 From: Jonas Teuwen Date: Wed, 3 Jul 2024 16:20:46 +0200 Subject: [PATCH] Bump version to v2.1.0 --- direct/__init__.py | 2 +- docs/history.rst | 2 ++ setup.cfg | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/direct/__init__.py b/direct/__init__.py index f8c8454d..d5d27253 100644 --- a/direct/__init__.py +++ b/direct/__init__.py @@ -1,4 +1,4 @@ # Copyright (c) DIRECT Contributors __author__ = """direct contributors""" -__version__ = "2.0.0" +__version__ = "2.1.0" diff --git a/docs/history.rst b/docs/history.rst index 54ab939b..1c792d55 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -7,3 +7,5 @@ History **24 Oct 2022**: Release of version `1.0.3 `_. **19 Oct 2022**: Release of version `1.0.4 `_. **02 Apr 2024**: Release of version `2.0.0 `_. +**03 Jul 2024**: Release of version `2.1.0 `_. + diff --git a/setup.cfg b/setup.cfg index a546cd84..fcd1b361 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.0 +current_version = 2.1.0 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))?