Skip to content

Commit

Permalink
Bump version 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnaderi committed Jun 22, 2024
1 parent 8322d91 commit fc88a0a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 1.1.5 (Jun 22, 2024)

- Add support for Python 3.12 and drop support for Python 3.7.
- Add support for Django 4.2, 5.0 and drop support for Django 3.2, 4.1.
- Fix a bug in admin ("add" and "edit" session).

Thanks [@ataylor32](https://github.com/ataylor32)

# 1.1.4 (Sep 11, 2022)

- Add Django 4.1 support.
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 @@

setup(
name="django-qsessions",
version="1.1.4",
version="1.1.5",
description="Extended session backends for Django",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

2 comments on commit fc88a0a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
qsessions
   admin.py58395%21, 42–43
   geoip.py27678%15, 21–23, 51–53
tests
   test_sessionstore.py99199%144
TOTAL4441098% 

Tests Skipped Failures Errors Time
48 0 💤 0 ❌ 0 🔥 5.868s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
qsessions
   admin.py58395%21, 42–43
   geoip.py27678%15, 21–23, 51–53
tests
   test_sessionstore.py99199%144
TOTAL4441098% 

Tests Skipped Failures Errors Time
48 0 💤 0 ❌ 0 🔥 5.759s ⏱️

Please sign in to comment.