summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst13
-rw-r--r--changelog.d/3253.change.rst2
-rw-r--r--changelog.d/3255.change.rst2
-rw-r--r--changelog.d/3391.change.rst1
-rw-r--r--setup.cfg2
6 files changed, 15 insertions, 7 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 292f8c83..f90cdd5e 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 62.5.0
+current_version = 62.6.0
commit = True
tag = True
diff --git a/CHANGES.rst b/CHANGES.rst
index c192f169..368b0aa2 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,16 @@
+v62.6.0
+-------
+
+
+Changes
+^^^^^^^
+* #3253: Enabled using ``file:`` for requirements in setup.cfg -- by :user:`akx`
+ (this feature is currently considered to be in **beta** stage).
+* #3255: Enabled using ``file:`` for dependencies and optional-dependencies in pyproject.toml -- by :user:`akx`
+ (this feature is currently considered to be in **beta** stage).
+* #3391: Updated ``attr:`` to also extract simple constants with type annotations -- by :user:`karlotness`
+
+
v62.5.0
-------
diff --git a/changelog.d/3253.change.rst b/changelog.d/3253.change.rst
deleted file mode 100644
index ee4112ff..00000000
--- a/changelog.d/3253.change.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Enabled using ``file:`` for requirements in setup.cfg -- by :user:`akx`
-(this feature is currently considered to be in **beta** stage).
diff --git a/changelog.d/3255.change.rst b/changelog.d/3255.change.rst
deleted file mode 100644
index 87abbef0..00000000
--- a/changelog.d/3255.change.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Enabled using ``file:`` for dependencies and optional-dependencies in pyproject.toml -- by :user:`akx`
-(this feature is currently considered to be in **beta** stage).
diff --git a/changelog.d/3391.change.rst b/changelog.d/3391.change.rst
deleted file mode 100644
index 41cfea33..00000000
--- a/changelog.d/3391.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Updated ``attr:`` to also extract simple constants with type annotations -- by :user:`karlotness`
diff --git a/setup.cfg b/setup.cfg
index a9738956..b8cb0407 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = setuptools
-version = 62.5.0
+version = 62.6.0
author = Python Packaging Authority
author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages