Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/1vank1n/django-tilda
Browse files Browse the repository at this point in the history
  • Loading branch information
1vank1n committed Dec 16, 2020
2 parents 97a6893 + c599e6c commit 2d19a04
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# These are supported funding model platforms

github: 1vank1n
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Supported versions
------------------

- Django >= 2.0 (old version supported >= 1.10)
- Python 2.7, >3.4
- Python 2.7, >=3.5

Screenshots
-----------
Expand Down
2 changes: 1 addition & 1 deletion README.ru.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Django Tilda
------------------

- Django >= 2.0 (поддерживаются старые версии >= 1.10)
- Python 2.7, > 3.4
- Python 2.7, >= 3.5

Скриншот
-----------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
long_description=open('README.rst').read(),
install_requires=[
'django-object-actions==0.10.0',
'requests==2.21.0',
'requests==2.25.0',
],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 2d19a04

Please sign in to comment.