From b6acb910ae89bed8dd484f29d340b66d77c0e79a Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@gmail.com>
Date: Fri, 24 Nov 2023 12:45:40 -0500
Subject: [PATCH] Update project version

---
 docs/source/conf.py             | 2 +-
 docs/source/version_history.rst | 6 ++++++
 pyproject.toml                  | 2 +-
 setup.cfg                       | 2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index e971180..adf26fe 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -25,7 +25,7 @@ copyright = '2022, Brandon Rodriguez'
 author = 'Brandon Rodriguez'
 
 # The full version, including alpha/beta/rc tags
-release = '0.6.1'
+release = '0.6.2'
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/docs/source/version_history.rst b/docs/source/version_history.rst
index fdb9793..eecc674 100644
--- a/docs/source/version_history.rst
+++ b/docs/source/version_history.rst
@@ -2,6 +2,12 @@ Version History
 ***************
 
 
+0.6.2 - Further Minor Updates
+=============================
+* Correct more debug output from last version.
+* Add assertContent functionality to optionally include custom error messages on failure.
+
+
 0.6.1 - Minor Updates
 =====================
 * Correct some leftover debug output from last version.
diff --git a/pyproject.toml b/pyproject.toml
index dd8b885..57d33d4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta:__legacy__'
 
 [project]
 name = "django-expanded-test-cases"
-version = "0.6.1"
+version = "0.6.2"
 description = "Expands the existing Django TestCase class with extra functionality."
 readme = "readme.md"
 authors = [
diff --git a/setup.cfg b/setup.cfg
index 144638d..b328edb 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = django-expanded-test-cases
-version = 0.6.1
+version = 0.6.2
 description = Expands the existing Django TestCase class with extra functionality.
 long_description = file: readme.md
 url = https://github.com/brodriguez8774/django-expanded-test-cases
-- 
GitLab