Skip to content

Commit

Permalink
update version number in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lixxu committed Oct 26, 2021
1 parent 8a27ebc commit 3892d69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ flask-paginate |release| documentation

Overview
---------
Latest version: **2021.10.25**
Latest version: **2021.10.26**

**flask-paginate** is a simple paginate extension for
`flask`_ which is reference to `will_paginate`_,
and supports several css frameworks.

**2021.10.25 update**: `bootstrap5`_ is now supported
**2021.10.26 update**: **bootstrap5** is now supported

**0.6.0 update**: `bulma`_ is now supported (use **css_framework** parameter)::

Expand Down Expand Up @@ -217,9 +217,9 @@ Below are the parameters for **Pagination.__init__()**. You can change the setti
**show_single_page**: decide whether or not a single page \
returns pagination

**bs_version**: the version of bootstrap, default is **2**
**bs_version**: the version of bootstrap, default is **4**

**css_framework**: the css framework, default is **'bootstrap'**
**css_framework**: the css framework, default is **'bootstrap4'**

**anchor**: anchor parameter, appends to page href

Expand Down

0 comments on commit 3892d69

Please sign in to comment.