aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-12-22 11:40:11 -0500
committerBobby <[email protected]>2022-12-22 11:40:11 -0500
commit9504f9c9b0df3f04ffe36542b7eb390da4276ae3 (patch)
tree17f7b1b3b2014a3536bb7f39719cbb3935ec9787 /docs
parent06fcc9b667884f8c417038f6c08f447c87779dda (diff)
downloadedify-9504f9c9b0df3f04ffe36542b7eb390da4276ae3.tar.xz
edify-9504f9c9b0df3f04ffe36542b7eb390da4276ae3.zip
Bump version: 0.2.1 → 0.2.2
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 1144ef5..4a28d66 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -20,7 +20,7 @@ project = 'Edify'
year = '2022'
author = 'Bobby'
copyright = '{0}, {1}'.format(year, author)
-version = release = '0.2.1'
+version = release = '0.2.2'
pygments_style = 'trac'
templates_path = ['.']