Skip to content

Commit

Permalink
changes for Version 4.1.1 locally
Browse files Browse the repository at this point in the history
  • Loading branch information
shtalinberg committed Nov 20, 2024
1 parent 62d2229 commit 87863d3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.2
Name: django-el-pagination
Version: 4.1.0
Version: 4.1.1
Summary: Django pagination tools supporting Ajax, multiple and lazy pagination, Twitter-style and Digg-style pagination.
Home-page: https://github.com/shtalinberg/django-el-pagination
Author: Oleksandr Shtalinberg
Expand Down
5 changes: 5 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

Version 4.1.1
~~~~~~~~~~~~~

**Fix**: fixed readthedocs documentation

Version 4.1.0
~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion el_pagination/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Twitter-style and Digg-style pagination.
"""

VERSION = (4, 1, 0)
VERSION = (4, 1, 1)
__version__ = '.'.join(map(str, VERSION))

def get_version():
Expand Down

0 comments on commit 87863d3

Please sign in to comment.