We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f9086c commit 699ee2bCopy full SHA for 699ee2b
2 files changed
docs/conf.py
@@ -65,7 +65,7 @@
65
# The short X.Y version.
66
version = "2.1"
67
# The full version, including alpha/beta/rc tags.
68
-release = "2.1.0.dev0"
+release = "2.1.0"
69
70
# The language for content autogenerated by Sphinx. Refer to documentation
71
# for a list of supported languages.
pyproject.toml
@@ -8,7 +8,7 @@ build-backend = "poetry.core.masonry.api"
8
9
[tool.poetry]
10
name = "josepy"
11
-version = "2.1.0.dev0"
+version = "2.1.0"
12
description = "JOSE protocol implementation in Python"
13
license = "Apache License 2.0"
14
classifiers = [
0 commit comments