diff --git a/docs/changelog.rst b/docs/changelog.rst index 258926d..9d94c5e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,8 +2,8 @@ Changelog ========= -Next Version (XX XXXXX XXXX) ----------------------------- +Version `1.6.0`_ (23 August 2020) +--------------------------------- - Indent the snippet when it is inserted. Since this is a new feature and I can't test it for all possible programming languages indenting @@ -18,6 +18,7 @@ Next Version (XX XXXXX XXXX) - Upgrade to SQLite version 3.33.0 +.. _1.6.0: https://github.com/ffes/nppsnippets/releases/tag/v1.6.0 .. _issue #31: https://github.com/ffes/nppsnippets/issues/31 @@ -32,7 +33,6 @@ Version `1.5.1`_ (13 January 2020) - Upgrade to SQLite version 3.30.1 - .. _1.5.1: https://github.com/ffes/nppsnippets/releases/tag/v1.5.1 .. _PR #25: https://github.com/ffes/nppsnippets/pull/25 .. _issue #16: https://github.com/ffes/nppsnippets/issues/16 @@ -54,6 +54,7 @@ Version `1.5.0`_ (15 May 2019) .. _issue #14: https://github.com/ffes/nppsnippets/issues/14 .. _issue #20: https://github.com/ffes/nppsnippets/issues/20 + Version `1.4.0`_ (24 May 2017) ------------------------------ diff --git a/docs/conf.py b/docs/conf.py index 05dac90..ed3adc7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,9 +58,9 @@ # built documents. # # The short X.Y version. -version = '1.5.0' +version = '1.6.0' # The full version, including alpha/beta/rc tags. -release = '1.5.0' +release = '1.6.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.