From 190f6f1961e56852f37d551ba4527a5738a5a724 Mon Sep 17 00:00:00 2001 From: Antti Kaihola <13725+akaihola@users.noreply.github.com> Date: Wed, 31 Jul 2024 18:45:51 +0300 Subject: [PATCH] Bump to version 2.0.0 --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- CHANGES.rst | 13 ++++++++++--- README.rst | 2 +- src/darkgraylib/version.py | 2 +- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 98adacc3..f9fce48e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -39,7 +39,7 @@ If applicable, add copy/paste the output or attach a screenshots to help explain - Python version [e.g. 3.10.4] - Git version [e.g. 2.36.0] - Darker or Graylint version [e.g. 1.7.3] - - Darkgraylib version [e.g. 1.3.2] + - Darkgraylib version [e.g. 2.0.0] **Additional context** Add any other context about the problem here. diff --git a/CHANGES.rst b/CHANGES.rst index 09f0a3d2..889beebf 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,14 +5,21 @@ These features will be included in the next release: Added ----- -- Return exit code 3 if command line parsing fails. We want to reserve 2 for file not - found errors which will make GitHub actions easier. Also define constants for various - exit codes to be used in Darkgraylib and applications which use it. Fixed ----- +2.0.0_ - 2024-07-31 +=================== + +Added +----- +- Return exit code 3 if command line parsing fails. We want to reserve 2 for file not + found errors which will make GitHub actions easier. Also define constants for various + exit codes to be used in Darkgraylib and applications which use it. + + 1.3.2_ - 2024-07-29 =================== diff --git a/README.rst b/README.rst index 4dce8429..95f6971c 100644 --- a/README.rst +++ b/README.rst @@ -22,7 +22,7 @@ .. |changelog-badge| image:: https://img.shields.io/badge/-change%20log-purple :alt: Change log :target: https://github.com/akaihola/darkgraylib/blob/main/CHANGES.rst -.. |next-milestone| image:: https://img.shields.io/github/milestones/progress/akaihola/darkgraylib/12?color=red&label=release%201.4.0 +.. |next-milestone| image:: https://img.shields.io/github/milestones/progress/akaihola/darkgraylib/12?color=red&label=release%202.0.1 :alt: Next milestone :target: https://github.com/akaihola/darkgraylib/milestone/4 diff --git a/src/darkgraylib/version.py b/src/darkgraylib/version.py index 06e1c747..87b0d94c 100644 --- a/src/darkgraylib/version.py +++ b/src/darkgraylib/version.py @@ -1,3 +1,3 @@ """The version number for Darkgraylib is governed by this file.""" -__version__ = "1.3.2" +__version__ = "2.0.0"