Skip to content

Commit

Permalink
Release preparation 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danwos committed Feb 8, 2023
1 parent f50f1fe commit a851323
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 21 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.0
NEEDS_VERSION: 1.2.1

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

1.2.1
-----
Released: 08.02.2023

* Bugfix: Fixed pygls version compatibility.

1.2.0
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
# built documents.
#
# The short X.Y version.
version = "1.1"
version = "1.2"
# The full version, including alpha/beta/rc tags.
release = "1.2.0"
release = "1.2.1"

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

Expand Down
16 changes: 0 additions & 16 deletions poetry.lock

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

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

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


Expand Down

0 comments on commit a851323

Please sign in to comment.