Skip to content

Commit

Permalink
version bump v2.6.45
Browse files Browse the repository at this point in the history
  • Loading branch information
grossir committed Dec 5, 2024
1 parent c39ceb9 commit 3629415
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,20 @@ Releases are also tagged in git, if that's helpful.

## Current

**2.6.45 - 2024-12-05**

- Features:
- AbstractSite now supports saving responses and response headers.
Use it with new optional argument for the sample caller `save-responses`.
- Delete `--daemon` and `--report` options

## Past

**2.6.44 - 2024-11-27**

- Fixes:
- Fixes `colo`

## Past

**2.6.43 - 2024-11-21**

- Fixes:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import find_packages, setup
from setuptools.command.install import install

VERSION = "2.6.44"
VERSION = "2.6.45"
AUTHOR = "Free Law Project"
EMAIL = "[email protected]"
HERE = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit 3629415

Please sign in to comment.