Skip to content

Commit f33c9a1

Browse files
committed
Bump version to 2.1
Signed-off-by: Zygmunt Krynicki <[email protected]>
1 parent 986c8f6 commit f33c9a1

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

doc/changes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Version History
22
***************
33

4+
.. _version_2_1_0:
5+
6+
Version 2.1.0
7+
=============
8+
9+
Collected changes from various contributors. Thank you very much for your
10+
ongoing support!
411

512
.. _version_2_0_2:
613

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Linaro Django Pagination Documentation
55
.. automodule:: linaro_django_pagination
66

77
.. seealso:: To get started quickly see :ref:`usage`
8-
.. seealso:: See what's new in :ref:`version_2_0_2`
8+
.. seealso:: See what's new in :ref:`version_2_1_0`
99

1010
Features
1111
========

linaro_django_pagination/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434
"""
3535

3636

37-
__version__ = (2, 0, 2, "final", 0)
37+
__version__ = (2, 1, 0, "final", 0)

0 commit comments

Comments
 (0)