Skip to content

Commit

Permalink
Version raise to 0.7.2 (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
danwos authored Oct 7, 2021
1 parent d798e3d commit c955561
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 9 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ docs/github_images/
.eggs/
docs/_images/need_pie_*.png
poetry.lock

.devcontainer/
.vscode/
.dockerignore
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# The short X.Y version.
version = '0.7'
# The full version, including alpha/beta/rc tags.
release = '0.7.1'
release = '0.7.2'

on_rtd = os.environ.get('READTHEDOCS') == 'True'

Expand Down
67 changes: 64 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions 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.1"
version = "0.7.2"

description = "Sphinx needs extension for managing needs/requirements and specifications"
authors = ["team useblocks <info@useblocks.com>"]
Expand Down Expand Up @@ -42,6 +42,8 @@ sphinx = [
]
requests-file = "^1.5.1"
requests = "^2.25.1"
sphinxcontrib-programoutput = "^0.17"
sphinx-panels = "^0.6.0"

[tool.poetry.dev-dependencies]

Expand All @@ -68,10 +70,10 @@ line-length = 120
[tool.isort]
profile = "black"

[tool.poetry.extras]
docs = ["sphinx>=4.0"]

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.extras]
docs = ["sphinx>=4.0"]

2 changes: 1 addition & 1 deletion sphinxcontrib/needs/needs.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
from sphinxcontrib.needs.utils import INTERNALS, NEEDS_FUNCTIONS
from sphinxcontrib.needs.warnings import process_warnings

VERSION = "0.7.1"
VERSION = "0.7.2"
NEEDS_FUNCTIONS.clear()


Expand Down

0 comments on commit c955561

Please sign in to comment.