summaryrefslogtreecommitdiff
diff options
-rw-r--r--PKG-INFO4
-rw-r--r--README.rst2
-rw-r--r--certifi.egg-info/PKG-INFO4
-rw-r--r--certifi/__init__.py2
-rw-r--r--debian/changelog6
5 files changed, 12 insertions, 6 deletions
diff --git a/PKG-INFO b/PKG-INFO
index 7b7bb30..0d4f101 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: certifi
-Version: 2026.5.20
+Version: 2026.6.17
Summary: Python package for providing Mozilla's CA Bundle.
Home-page: https://github.com/certifi/python-certifi
Author: Kenneth Reitz
@@ -67,7 +67,7 @@ Or from the command line::
Enjoy!
-.. _`Requests`: https://requests.readthedocs.io/en/master/
+.. _`Requests`: https://requests.readthedocs.io/en/latest/
Addition/Removal of Certificates
--------------------------------
diff --git a/README.rst b/README.rst
index 7204fa6..58242e3 100644
--- a/README.rst
+++ b/README.rst
@@ -30,7 +30,7 @@ Or from the command line::
Enjoy!
-.. _`Requests`: https://requests.readthedocs.io/en/master/
+.. _`Requests`: https://requests.readthedocs.io/en/latest/
Addition/Removal of Certificates
--------------------------------
diff --git a/certifi.egg-info/PKG-INFO b/certifi.egg-info/PKG-INFO
index 7b7bb30..0d4f101 100644
--- a/certifi.egg-info/PKG-INFO
+++ b/certifi.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: certifi
-Version: 2026.5.20
+Version: 2026.6.17
Summary: Python package for providing Mozilla's CA Bundle.
Home-page: https://github.com/certifi/python-certifi
Author: Kenneth Reitz
@@ -67,7 +67,7 @@ Or from the command line::
Enjoy!
-.. _`Requests`: https://requests.readthedocs.io/en/master/
+.. _`Requests`: https://requests.readthedocs.io/en/latest/
Addition/Removal of Certificates
--------------------------------
diff --git a/certifi/__init__.py b/certifi/__init__.py
index 004dd55..ed9a74b 100644
--- a/certifi/__init__.py
+++ b/certifi/__init__.py
@@ -1,4 +1,4 @@
from .core import contents, where
__all__ = ["contents", "where"]
-__version__ = "2026.05.20"
+__version__ = "2026.06.17"
diff --git a/debian/changelog b/debian/changelog
index 7f1c6f4..fde7cc9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-certifi (2026.6.17+ds-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Colin Watson <cjwatson@debian.org> Tue, 23 Jun 2026 11:35:04 +0100
+
python-certifi (2026.5.20+ds-1) unstable; urgency=medium
* New upstream release.