diff options
| author | Doug Hellmann <doug.hellmann@dreamhost.com> | 2012-05-07 15:45:51 -0400 |
|---|---|---|
| committer | Doug Hellmann <doug.hellmann@dreamhost.com> | 2012-05-07 15:45:51 -0400 |
| commit | dfe456fa6b6eadda8ba77fc74ad043e2b3f9d050 (patch) | |
| tree | f182a768322d16b0303f3cda85dd3ee5433f2e96 /docs/source | |
| parent | f3efefbc542f557d0b7f3f33fecb10a5e7a318b1 (diff) | |
| download | cliff-dfe456fa6b6eadda8ba77fc74ad043e2b3f9d050.tar.gz | |
remove hard version requirement to unbreak the OpenStack build0.5.1
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/conf.py | 2 | ||||
| -rw-r--r-- | docs/source/history.rst | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index e84023b..cfcbf28 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -48,7 +48,7 @@ copyright = u'2012, Doug Hellmann' # built documents. # # The short X.Y version. -version = '0.5' +version = '0.5.1' # The full version, including alpha/beta/rc tags. release = version diff --git a/docs/source/history.rst b/docs/source/history.rst index 395829a..eeaa92a 100644 --- a/docs/source/history.rst +++ b/docs/source/history.rst @@ -2,6 +2,11 @@ Release History ================= +0.5.1 + + - Remove pinned version requirement for PrettyTable until the + OpenStack clients catch up to the API change. + 0.5 - Asking for help about a command by prefix lists all matching |
