Skip to content

Commit

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

## Unreleased

## [2.1.0] - 2021-09-16

### Enhancements

- Added `line_end` and `column_end` to `JSONReporter` output.

## [2.0.0] - 2021-08-24

PythonTA's adopting semantic versioning as of this release, so we've bumped the version to 2.0.
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.0.1.dev" # Version number
__version__ = "2.1.0" # Version number

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

0 comments on commit fa1fde9

Please sign in to comment.