Skip to content

Commit 1cc96d5

Browse files
committed
Import 2.5.0 from tar.gz/whl hosted on PyPI
1 parent 2224741 commit 1cc96d5

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,14 @@ http://dj-pagination.readthedocs.io/
1111

1212
# Support this Project!
1313

14-
- [Buy Two Scoops of Django 3.x to develop the skills to build better projects](https://www.feldroy.com/products/two-scoops-of-django-3-x)
15-
- [Learn the fundamentals with Django Crash Course](https://www.feldroy.com/products/django-crash-course)
16-
- [Sponsor the maintainer directly](https://github.com/sponsors/pydanny)
14+
This project is run by a voluntees. Please support them in their efforts to maintain and improve Cookiecutter Django:
15+
16+
* [pydanny on GitHub](https://github.com/sponsors/pydanny)
17+
18+
Projects that provide financial support to the maintainer:
19+
20+
- [Django Crash Course 3.x](https://www.feldroy.com/products/django-crash-course)
21+
- [Two Scoops of Django 3.x](https://www.feldroy.com/products/two-scoops-of-django-3-x)
1722

1823

1924
# About the fork

setup.cfg

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
[upload_docs]
2-
upload-dir=build/sphinx/html
2+
upload-dir = build/sphinx/html
33

44
[upload]
5-
sign=True
5+
sign = True
6+
7+
[egg_info]
8+
tag_build =
9+
tag_date = 0
10+

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
os.environ["DJANGO_SETTINGS_MODULE"] = "dj_pagination.tests.settings"
3838

39-
version = "2.4.0"
39+
version = "2.5.0"
4040

4141
if sys.argv[-1] == "publish":
4242
os.system("pip install -U twine wheel")

0 commit comments

Comments
 (0)