aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-11-27 16:50:09 -0500
committerBobby <[email protected]>2022-11-27 16:50:09 -0500
commitb03affb990401205f19ed2747aeab00434896d8d (patch)
treea383199437d3582bff2152ab80368d5791a183dd /docs/conf.py
parent73edbdcc0f258fd53a742397b4f993b9ec9a78ab (diff)
downloadedify-b03affb990401205f19ed2747aeab00434896d8d.tar.xz
edify-b03affb990401205f19ed2747aeab00434896d8d.zip
Revert "Bump version: 0.2.0 → 0.3.0"
This reverts commit 73edbdcc0f258fd53a742397b4f993b9ec9a78ab.
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 96a44b4..d66e51c 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.3.0'
+version = release = '0.2.0'
pygments_style = 'trac'
templates_path = ['.']