# HG changeset patch # User drewp@bigasterisk.com # Date 1669351073 28800 # Node ID c07c92caa09fedb22ce4e7a8e2cded5a47fb61e7 # Parent 7f93c77f6325ec8088f26132f98010a4ebea6767 release 1.5.0 diff -r 7f93c77f6325 -r c07c92caa09f pyproject.toml --- a/pyproject.toml Sun Jul 24 01:01:25 2022 -0700 +++ b/pyproject.toml Thu Nov 24 20:37:53 2022 -0800 @@ -1,11 +1,11 @@ [project] name = "background_loop" -version = "1.4.0" +version = "1.5.0" description = "" authors = [ {name = "Drew Perttula", email = "drewp@bigasterisk.com"}, ] -license-expression = "MIT" +license = "MIT" dependencies = [ 'prometheus_client', ] @@ -35,4 +35,4 @@ 'ignore:Code. pytest_mock_example_attribute_that_shouldnt_exist is not defined in namespace .*:UserWarning', # The below warning is a consequence of how pytest detects fixtures and how DefinedNamespace behaves when an undefined attribute is being accessed. 'ignore:Code. _pytestfixturefunction is not defined in namespace .*:UserWarning', -] \ No newline at end of file +]]