Skip to content

Commit

Permalink
Release v2.9.1!
Browse files Browse the repository at this point in the history
  • Loading branch information
david-yz-liu committed Dec 10, 2024
1 parent 237afc6 commit 31b9659
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### 🐛 Bug fixes

- Added `python_ta/debug/webstepper` to project `MANIFEST.in`

### 🔧 Internal changes

## [2.9.1] - 2024-12-09

### 🐛 Bug fixes

- Added `python_ta/debug/webstepper` to project `MANIFEST.in`

## [2.9.0] - 2024-12-09

### ✨ Enhancements
Expand Down
2 changes: 1 addition & 1 deletion python_ta/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

from __future__ import annotations

__version__ = "2.9.1.dev" # Version number
__version__ = "2.9.1" # Version number
# First, remove underscore from builtins if it has been bound in the REPL.
# Must appear before other imports from pylint/python_ta.
import builtins
Expand Down

0 comments on commit 31b9659

Please sign in to comment.