Skip to content

Commit

Permalink
version 0.7.9 bump (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
danwos authored Mar 29, 2022
1 parent 18cdbf4 commit 2cdc804
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/useblocks/sphinxcontrib-needs/issues/499>`_)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion sphinxcontrib/needs/needs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()


Expand Down

0 comments on commit 2cdc804

Please sign in to comment.