Skip to content

Commit 68743a3

Browse files
committed
chore: Bump version
1 parent 07c1674 commit 68743a3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "censys"
3-
version = "2.0.6.beta1"
3+
version = "2.0.6"
44
description = "An easy-to-use and lightweight API wrapper for Censys APIs (censys.io)."
55
readme = "README.md"
66
authors = ["Censys, Inc. <support@censys.io>"]

pytest.ini

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@
22
testpaths =
33
tests
44
# Ignore warnings for deprecation
5-
addopts = --cov -rs -p no:warnings
5+
addopts = --cov -rs
6+
filterwarnings=
7+
; https://docs.python.org/3/library/warnings.html#warning-filter
8+
; action:message:category:module:line
9+
; Disable warnings from 3rd party modules
10+
ignore:.*:DeprecationWarning:.*

0 commit comments

Comments
 (0)