Skip to content

Commit 699ee2b

Browse files
committed
Release 2.1.0
1 parent 8f9086c commit 699ee2b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
# The short X.Y version.
6666
version = "2.1"
6767
# The full version, including alpha/beta/rc tags.
68-
release = "2.1.0.dev0"
68+
release = "2.1.0"
6969

7070
# The language for content autogenerated by Sphinx. Refer to documentation
7171
# for a list of supported languages.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "poetry.core.masonry.api"
88

99
[tool.poetry]
1010
name = "josepy"
11-
version = "2.1.0.dev0"
11+
version = "2.1.0"
1212
description = "JOSE protocol implementation in Python"
1313
license = "Apache License 2.0"
1414
classifiers = [

0 commit comments

Comments
 (0)