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.
2 parents 8663a9b + de3efc6 commit 7b03ca8Copy full SHA for 7b03ca8
CHANGELOG
@@ -3,6 +3,16 @@ Changelog
3
4
Here you can see the full list of changes between each Nightfall release.
5
6
+Version 1.1.0
7
+-------------
8
+
9
+Released on November 22, 2021
10
11
+- *[BACKWARDS INCOMPATIBLE]* `validate_webhook` returns False instead of
12
+ throwing an exception if the request is invalid
13
+- Added optional context byte setting to scan_text
14
+- Updated Docutils to 0.18
15
16
Version 1.0.3
17
-------------
18
setup.py
@@ -9,7 +9,7 @@ def readme():
setup(
name="nightfall",
- version="1.0.3",
+ version="1.1.0",
description="Python SDK for Nightfall",
long_description=readme(),
long_description_content_type="text/markdown",
0 commit comments