We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v2.72.0
1 parent d2c8d03 commit c73562eCopy full SHA for c73562e
biscuit/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "2.71.0"
+__version__ = "2.72.0"
2
__version_info__ = tuple([int(num) for num in __version__.split(".")])
3
4
# For tests to run successfully
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "biscuit"
-version = "2.71.0"
+version = "2.72.0"
description = "The uncompromising code editor"
5
authors = ["Billy <billydevbusiness@gmail.com>"]
6
license = "MIT"
0 commit comments