diff options
| author | chrislusf <chris.lu@gmail.com> | 2014-12-21 22:00:59 -0800 |
|---|---|---|
| committer | chrislusf <chris.lu@gmail.com> | 2014-12-21 22:00:59 -0800 |
| commit | c9b0cec5b890e6c080c0c05061efa68117e68af1 (patch) | |
| tree | feff4ecccb1251517035e7045c3ba7c0153e8cbc /docs | |
| parent | 305c36ddd1b3fc021e0cf4ae77f0e8e65079d1d0 (diff) | |
| download | seaweedfs-c9b0cec5b890e6c080c0c05061efa68117e68af1.tar.xz seaweedfs-c9b0cec5b890e6c080c0c05061efa68117e68af1.zip | |
Include ttl in index
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 4 | ||||
| -rw-r--r-- | docs/index.rst | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index 8ba3bd55a..b70feab4e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ copyright = u'2014, chrislusf, ernado' # built documents. # # The short X.Y version. -version = '0.63' +version = '0.67' # The full version, including alpha/beta/rc tags. -release = '0.63' +release = '0.67' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/index.rst b/docs/index.rst index 06fdeca7e..995ba2580 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -27,6 +27,7 @@ Contents: clients api replication + ttl failover usecases directories |
