Skip to content

Commit cffe7c7

Browse files
committed
Update changelog for v1.6.0
1 parent 7f14a31 commit cffe7c7

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

docs/changelog.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Changelog
22
=========
33

44

5-
Next Version (XX XXXXX XXXX)
6-
----------------------------
5+
Version `1.6.0`_ (23 August 2020)
6+
---------------------------------
77

88
- Indent the snippet when it is inserted. Since this is a new feature and
99
I can't test it for all possible programming languages indenting
@@ -18,6 +18,7 @@ Next Version (XX XXXXX XXXX)
1818

1919
- Upgrade to SQLite version 3.33.0
2020

21+
.. _1.6.0: https://github.com/ffes/nppsnippets/releases/tag/v1.6.0
2122
.. _issue #31: https://github.com/ffes/nppsnippets/issues/31
2223

2324

@@ -32,7 +33,6 @@ Version `1.5.1`_ (13 January 2020)
3233

3334
- Upgrade to SQLite version 3.30.1
3435

35-
3636
.. _1.5.1: https://github.com/ffes/nppsnippets/releases/tag/v1.5.1
3737
.. _PR #25: https://github.com/ffes/nppsnippets/pull/25
3838
.. _issue #16: https://github.com/ffes/nppsnippets/issues/16
@@ -54,6 +54,7 @@ Version `1.5.0`_ (15 May 2019)
5454
.. _issue #14: https://github.com/ffes/nppsnippets/issues/14
5555
.. _issue #20: https://github.com/ffes/nppsnippets/issues/20
5656

57+
5758
Version `1.4.0`_ (24 May 2017)
5859
------------------------------
5960

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '1.5.0'
61+
version = '1.6.0'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '1.5.0'
63+
release = '1.6.0'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

0 commit comments

Comments
 (0)