Skip to content

Commit 0016afc

Browse files
committed
Bump version 1.1.2
1 parent fc9a87d commit 0016afc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.1.2 (Oct 17, 2020)
2+
3+
- Use gettext_lazy instead of ugettext_lazy.
4+
5+
Thanks [@akx](https://github.com/akx)
6+
17
# 1.1.1 (Sep 10, 2020)
28

39
- Set development status to Production/Stable in setup.py.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name="django-qsessions",
19-
version="1.1.1",
19+
version="1.1.2",
2020
description="Extended session backends for Django",
2121
long_description=README,
2222
author="Mohammad Javad Naderi",

0 commit comments

Comments
 (0)