Skip to content

Commit 70a59b9

Browse files
committed
publish initial release
1 parent c45e416 commit 70a59b9

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Version 0.1.0
88

99
.. note::
1010
This is an initial Beta release.
11-
11+
1212
Released on June 13, 2021
1313

1414
- Basic project tooling put into place.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def readme():
1616

1717
setup(
1818
name="nightfall",
19-
version="0.1.4dev",
19+
version="0.1.0",
2020
description="Python SDK for Nightfall",
2121
long_description=readme(),
2222
long_description_content_type="text/markdown",

tests/nightfall/test_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ def testScan(self):
2121
"""Test basics of API, can submit a request and receive a response."""
2222
resp = self.client.scan(['testing'])
2323
self.assertEqual(resp.status_code, 200)
24-
self.assertEqual(resp.json(), None)
2524

0 commit comments

Comments
 (0)