From 2cdc8042e9f7e65a154c133c5f76d5d38a2fc47c Mon Sep 17 00:00:00 2001 From: Daniel Woste Date: Tue, 29 Mar 2022 11:34:47 +0200 Subject: [PATCH] version 0.7.9 bump (#524) --- docs/changelog.rst | 2 +- docs/conf.py | 2 +- pyproject.toml | 2 +- sphinxcontrib/needs/needs.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 0627fb2d4..f3f6d1de6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -12,7 +12,7 @@ License 0.7.8 ----- -:Released: 29.03.2021 +:Released: 29.03.2022 * Improvement: Provides line number info for needs node. (`#499 `_) diff --git a/docs/conf.py b/docs/conf.py index 6e56dffbf..14aa7ace9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,7 +42,7 @@ # The short X.Y version. version = "0.7" # The full version, including alpha/beta/rc tags. -release = "0.7.8" +release = "0.7.9" on_rtd = os.environ.get("READTHEDOCS") == "True" diff --git a/pyproject.toml b/pyproject.toml index 24959e23e..5a7ecc2b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "sphinxcontrib-needs" # Don't miss updates in needs.py, conf.py and changelog.rst -version = "0.7.8" +version = "0.7.9" description = "Sphinx needs extension for managing needs/requirements and specifications" authors = ["team useblocks "] diff --git a/sphinxcontrib/needs/needs.py b/sphinxcontrib/needs/needs.py index 8420fba19..2ba1dee2c 100644 --- a/sphinxcontrib/needs/needs.py +++ b/sphinxcontrib/needs/needs.py @@ -98,7 +98,7 @@ from sphinxcontrib.needs.utils import INTERNALS, NEEDS_FUNCTIONS from sphinxcontrib.needs.warnings import process_warnings -VERSION = "0.7.8" +VERSION = "0.7.9" NEEDS_FUNCTIONS.clear()