diff --git a/docs/changelog.rst b/docs/changelog.rst index 797b9b82..6dba6dad 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -105,7 +105,7 @@ see `semver.org `_ ^^^^^^^^^^^^^^^^^^^^^^^ - Fixed a data loss when using ``CachingMiddleware`` together with ``JSONStorage`` - (see `issue #45 `_) + (see `issue #47 `_) **v2.2.1** (2015-01-09) ^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/docs/conf.py b/docs/conf.py index 22162c3e..871ca81f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,7 +43,7 @@ # General information about the project. project = u'TinyDB' -copyright = u'2014, Markus Siemens' +copyright = u'2016, Markus Siemens' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/docs/upgrade.rst b/docs/upgrade.rst index 72930293..489e6a33 100644 --- a/docs/upgrade.rst +++ b/docs/upgrade.rst @@ -1,12 +1,10 @@ Upgrading to Newer Releases =========================== -.. _upgrade_v3_0: - Version 3.0 ----------- -.. _upgrade_v2_0: +.. _upgrade_v3_0: Breaking API Changes ^^^^^^^^^^^^^^^^^^^^ @@ -33,6 +31,8 @@ Breaking API Changes .. _msiemens/tinydb-smartcache: https://github.com/msiemens/tinydb-smartcache .. _msiemens/tinydb-serialization: https://github.com/msiemens/tinydb-serialization +.. _upgrade_v2_0: + Version 2.0 -----------