Skip to content

Commit 6af389d

Browse files
authored
Merge pull request #81 from jacebrowning/release-3.2
Bump version to 3.2
2 parents 1874be2 + 1892e55 commit 6af389d

File tree

6 files changed

+634
-362
lines changed

6 files changed

+634
-362
lines changed

.pylint.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ disable=
132132
import-error,
133133
no-name-in-module,
134134
ungrouped-imports,
135+
consider-using-f-string,
136+
unspecified-encoding,
137+
consider-using-with,
135138

136139
# Enable the message, report, category or checker with the given id(s). You can
137140
# either give multiple identifier separated by comma (,) or put this option

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 3.2 (2022-01-07)
2+
3+
- Added support for passing multiple version arguments.
4+
15
# 3.1 (2020-04-18)
26

37
- Added support for unicode characters in Python 3.8.

0 commit comments

Comments
 (0)