Skip to content

Commit

Permalink
version 0.7.8 bump (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
danwos authored Mar 29, 2022
1 parent 90e74e8 commit 18cdbf4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ License

.. include:: ../LICENSE

0.7.8
0.7.9
-----
:Released: under development

0.7.8
-----
:Released: 29.03.2021

* Improvement: Provides line number info for needs node.
(`#499 <https://github.com/useblocks/sphinxcontrib-needs/issues/499>`_)
* Bugfix: :ref:`needpie` causing a crash in some cases on newer matplotlib versions.
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.7"
release = "0.7.8"

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.7"
version = "0.7.8"

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.7"
VERSION = "0.7.8"
NEEDS_FUNCTIONS.clear()


Expand Down

0 comments on commit 18cdbf4

Please sign in to comment.