Skip to content

Commit

Permalink
Prep for 2.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ptmcg committed Jul 10, 2024
1 parent c2bb435 commit dd1a794
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ NOTE: Deprecated features will be removed in the 3.0 release of `littletable`:
`re.compile(patt).match`


Version 2.3.1 (in development)
------------------------------
Version 2.3.1
-------------
- Added `Table.batched`, similar to `itertools.batched` added in Python 3.13. Returns
a generator that yields tables sliced into n-sized batches:

Expand Down
2 changes: 1 addition & 1 deletion littletable.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
__version_info__.release_level == "final"
]
)
__version_time__ = "7 Jul 2024 18:51 UTC"
__version_time__ = "10 Jul 2024 07:09 UTC"
__author__ = "Paul McGuire <[email protected]>"


Expand Down

0 comments on commit dd1a794

Please sign in to comment.