From 04ed2a04a351f4bf6dbdf6f369954997b9f87ff4 Mon Sep 17 00:00:00 2001 From: dead-horse Date: Mon, 5 Jul 2021 17:05:08 +0800 Subject: [PATCH] Release 2.37.3 --- History.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index ee63278a..9c4a4dc6 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,10 @@ +2.37.3 / 2021-07-05 +================== + +**fixes** + * [[`b730a6c`](http://github.com/node-modules/urllib/commit/b730a6cdc0465bea1c08d50bfa3b5e95bd17b31f)] - fix: 🐛 redirect status code (#363) (Hongcai Deng <>) + 2.37.2 / 2021-06-07 ================== diff --git a/package.json b/package.json index 95682393..020a6301 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "urllib", - "version": "2.37.2", + "version": "2.37.3", "description": "Help in opening URLs (mostly HTTP) in a complex world — basic and digest authentication, redirections, cookies and more.", "keywords": [ "urllib",