Skip to content

Commit

Permalink
Release preparation 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danwos committed Feb 8, 2023
1 parent 070c619 commit f797bb8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
tags:
- '*.*.*'
env:
NEEDS_VERSION: 1.2.1
NEEDS_VERSION: 1.2.2

jobs:
build:
Expand Down
9 changes: 9 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,20 @@ License
-----
Released: under development

1.2.2
-----
Released: 08.02.2023

* Bugfix: Changed needed version of jsonschema-lib to be not so strict.
(`#871 <https://github.com/useblocks/sphinx-needs/pull/871>`_)

1.2.1
-----
Released: 08.02.2023

* Bugfix: Fixed pygls version compatibility.
(`#867 <https://github.com/useblocks/sphinx-needs/pull/867>`_,
`#865 <https://github.com/useblocks/sphinx-needs/pull/865>`_)

1.2.0
-----
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 = "1.2"
# The full version, including alpha/beta/rc tags.
release = "1.2.1"
release = "1.2.2"

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 = "sphinx-needs"

# !! Don't miss updates in needs.py, conf.py, changelog.rst, and .github/workflows/docker !!!
version = "1.2.1"
version = "1.2.2"

description = "Sphinx needs extension for managing needs/requirements and specifications"
authors = ["team useblocks <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion sphinx_needs/needs.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
from sphinx_needs.utils import INTERNALS, NEEDS_FUNCTIONS, node_match
from sphinx_needs.warnings import process_warnings

VERSION = "1.2.1"
VERSION = "1.2.2"
NEEDS_FUNCTIONS.clear()


Expand Down

0 comments on commit f797bb8

Please sign in to comment.