Skip to content

Commit

Permalink
Merge branch 'hotfix/2.9.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
abidibo committed Jan 12, 2024
2 parents 602424e + 9c60303 commit 433415e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ install:
- pip install django-admin-rangefilter
- pip install django-admin-autocomplete-filter==0.6.1
- pip install django-import-export
- pip install django-select2
- pip install docutils
- pip install easy_thumbnails
- pip install django-mptt
Expand Down
4 changes: 2 additions & 2 deletions baton/static/baton/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion baton/static/baton/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "baton",
"version": "2.9.0",
"version": "2.9.1",
"description": "Django Baton App",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
# built documents.
#
# The short X.Y version.
version = u'2.9.0'
release = u'2.9.0'
version = u'2.9.1'
release = u'2.9.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='django-baton',
version='2.9.0',
version='2.9.1',
packages=['baton', 'baton.autodiscover', 'baton.templatetags'],
include_package_data=True,
license='MIT License',
Expand Down
12 changes: 8 additions & 4 deletions testapp/app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
alabaster==0.7.12
appdirs==1.4.4
asgiref==3.6.0
asgiref==3.7.2
attrs==23.1.0
Babel==2.9.0
black==21.4b0
Expand All @@ -17,13 +17,15 @@ cryptography==3.4.5
cssselect2==0.6.0
defusedxml==0.7.1
diff-match-patch==20200713
Django==4.2.4
Django==5.0
django-admin-autocomplete-filter==0.6.1
django-admin-rangefilter==0.6.3
django-appconf==1.0.6
django-import-export==3.0.1
django-js-asset==1.2.2
django-mptt==0.13.4
django-polymorphic==3.0.0
django-select2==8.1.2
django-tinymce==3.4.0
docutils==0.16
easy-thumbnails==2.8.2
Expand Down Expand Up @@ -62,6 +64,7 @@ pynvim==0.4.3
pyOpenSSL==20.0.1
pyparsing==2.4.7
PySocks==1.7.1
python-dotenv==1.0.0
pytz==2020.1
PyYAML==5.4.1
regex==2021.4.4
Expand All @@ -88,10 +91,11 @@ tinycss2==1.1.1
toml==0.10.2
trio==0.22.2
trio-websocket==0.10.3
typing_extensions==4.8.0
Unidecode==1.1.1
uritemplate==3.0.1
urllib3==2.0.4
webdriver-manager==3.2.2
urllib3==1.25.11
webdriver-manager==4.0.0
webencodings==0.5.1
wsproto==1.2.0
xlrd==2.0.1
Expand Down

0 comments on commit 433415e

Please sign in to comment.