diff --git a/HISTORY.rst b/HISTORY.rst index 26871b9..bd3a640 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ Release History --------------- +0.2.2 (10-01-2025) ++++++++++++++++++++ + +**Libraries** + +- requests<2.33.0 + 0.2.1 (26-03-2023) +++++++++++++++++++ **Improvements** diff --git a/LICENSE b/LICENSE index 63b0e5e..1e478d3 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024, Oliver Varney +Copyright (c) 2025, Oliver Varney Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/betconnect/__version__.py b/betconnect/__version__.py index 53ec2c6..cd0f1a7 100644 --- a/betconnect/__version__.py +++ b/betconnect/__version__.py @@ -1,6 +1,6 @@ __title__ = "betconnect" __description__ = "A betconnect API client" __url__ = "https://github.com/betcode-org/betconnect" -__version__ = "0.2.1" +__version__ = "0.2.2" __author__ = "Oliver Varney" __license__ = "MIT" diff --git a/requirements.txt b/requirements.txt index c66d8f8..d0c88f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ pydantic==2.6.4 -requests<2.32.0 +requests<2.33.0 python-decouple==3.8