Skip to content

Commit

Permalink
Merge pull request #81 from jacebrowning/release-3.2
Browse files Browse the repository at this point in the history
Bump version to 3.2
  • Loading branch information
jacebrowning authored Jan 8, 2022
2 parents 1874be2 + 1892e55 commit 6af389d
Show file tree
Hide file tree
Showing 6 changed files with 634 additions and 362 deletions.
3 changes: 3 additions & 0 deletions .pylint.ini
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ disable=
import-error,
no-name-in-module,
ungrouped-imports,
consider-using-f-string,
unspecified-encoding,
consider-using-with,

# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.2 (2022-01-07)

- Added support for passing multiple version arguments.

# 3.1 (2020-04-18)

- Added support for unicode characters in Python 3.8.
Expand Down
Loading

0 comments on commit 6af389d

Please sign in to comment.