mirror of
https://github.com/sprockets/sprockets.http.git
synced 2024-11-14 11:19:26 +00:00
Release 2.3.0
This commit is contained in:
parent
9cba854625
commit
a0ad9837b4
2 changed files with 5 additions and 1 deletions
|
@ -3,6 +3,10 @@
|
|||
Release History
|
||||
===============
|
||||
|
||||
`2.3.0`_ (03 Feb 2022)
|
||||
----------------------
|
||||
- Added optional Sentry integration
|
||||
|
||||
`2.2.0`_ (28 Sep 2020)
|
||||
----------------------
|
||||
- Change xheaders option to default to ``True``
|
||||
|
|
|
@ -18,7 +18,7 @@ except ModuleNotFoundError:
|
|||
pass
|
||||
|
||||
|
||||
version_info = (2, 2, 0)
|
||||
version_info = (2, 3, 0)
|
||||
__version__ = '.'.join(str(v) for v in version_info)
|
||||
|
||||
_unspecified = object()
|
||||
|
|
Loading…
Reference in a new issue