Skip to content

Commit

Permalink
release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Mar 24, 2022
1 parent 8775e70 commit 89a45d8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
@@ -1,3 +1,5 @@
release-date = "2022-03-24"

[[entries]]
id = "04bfb316-45e8-41a5-b385-568684e12fbb"
type = "fix"
Expand Down
4 changes: 2 additions & 2 deletions docspec-python/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docspec-python"
version = "2.0.0"
version = "2.0.1"
description = "A parser based on lib2to3 producing docspec data from Python source code."
authors = ["Niklas Rosenstein <rosensteinniklas@gmail.com>"]
license = "MIT"
Expand All @@ -10,7 +10,7 @@ packages = [{ include = "docspec_python", from="src" }]

[tool.poetry.dependencies]
python = "^3.7"
docspec = "^2.0.0"
docspec = "^2.0.1"
"nr.util" = ">=0.7.0"

[tool.poetry.dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion docspec-python/src/docspec_python/__init__.py
Expand Up @@ -20,7 +20,7 @@
# IN THE SOFTWARE.

__author__ = 'Niklas Rosenstein <rosensteinniklas@gmail.com>'
__version__ = '2.0.0'
__version__ = '2.0.1'
__all__ = [
'Parser',
'ParserOptions',
Expand Down
2 changes: 1 addition & 1 deletion docspec/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docspec"
version = "2.0.0"
version = "2.0.1"
description = "Docspec is a JSON object specification for representing API documentation of programming languages."
authors = ["Niklas Rosenstein <rosensteinniklas@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion docspec/src/docspec/__init__.py
Expand Up @@ -20,7 +20,7 @@
# IN THE SOFTWARE.

__author__ = 'Niklas Rosenstein <rosensteinniklas@gmail.com>'
__version__ = '2.0.0'
__version__ = '2.0.1'
__all__ = [
'Location',
'Decoration',
Expand Down

0 comments on commit 89a45d8

Please sign in to comment.