You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating changelog to include more fixes for next version and tidy up previous mistake ; correcting trove classifiers to reflect currently supported versions ; bumping version definitions and using latest for some dev dependencies
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,22 @@
1
1
Changelog
2
2
=========
3
3
4
-
Version 2.7.0
4
+
Version 2.6.0
5
5
-------------
6
6
7
7
NOTICE
8
8
~~~~~~
9
9
10
10
This version drops support for Python 3.7 - latest Pylint no longer supports 3.7, and CI tasks were taking hours under 3.7. `Python 3.7 <https://www.python.org/downloads/release/python-3717/>`_ received its last security update more than a year ago (from the date of this release).
11
11
12
+
Bugfixes
13
+
~~~~~~~~
14
+
15
+
- Added Django aliases for ranges to support psycopg 2 and 3 (`#421 <https://github.com/pylint-dev/pylint-django/pull/421>`_)
16
+
- Support for PYthon 3.12 datetime (`#427 <https://github.com/pylint-dev/pylint-django/pull/427>`_)
0 commit comments