summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--attoconf/_version.py2
-rw-r--r--attoconf/classy.py1
2 files changed, 2 insertions, 1 deletions
diff --git a/attoconf/_version.py b/attoconf/_version.py
index 5e27224..4199a0e 100644
--- a/attoconf/_version.py
+++ b/attoconf/_version.py
@@ -11,7 +11,7 @@ minor = 8
# Incremented if there is a bugfix release.
# Might not be contiguous.
-patch = 4
+patch = 5
# Reserved for distributors and forks.
# Contains arbitrary text, but no parentheses or newlines.
diff --git a/attoconf/classy.py b/attoconf/classy.py
index 7a16372..a2891dc 100644
--- a/attoconf/classy.py
+++ b/attoconf/classy.py
@@ -95,6 +95,7 @@ class ClassyProject(Project):
Usually there is one or two of these for every program needed.
'''
+ self.add_help('Environment Variables:', hidden=False)
def features(self):
''' Customizations for this package (--enable-*).