Skip to content

Commit

Permalink
Release v2.6.3!
Browse files Browse the repository at this point in the history
  • Loading branch information
david-yz-liu committed Oct 9, 2023
1 parent 2547006 commit 1b70bf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## [2.6.3] - 2023-10-09

### Bug fixes

- Ensure pycodestyle W503, line break before binary operator, is disabled (regression from 2.6.2).
Expand Down
2 changes: 1 addition & 1 deletion python_ta/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import python_ta
python_ta.check_all()
"""
__version__ = "2.6.2" # Version number
__version__ = "2.6.3" # Version number

# First, remove underscore from builtins if it has been bound in the REPL.
import builtins
Expand Down

0 comments on commit 1b70bf9

Please sign in to comment.