Skip to content

Commit

Permalink
prep for 2.3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ptmcg committed Jul 19, 2024
1 parent cb3ef78 commit 69b9849
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 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.3 (in development)
------------------------------
Version 2.3.3
-------------
- Fixed bug when using `all` on an indexed field (values would be reported in key
order, not in the order they would be found in the table).

Expand Down Expand Up @@ -49,6 +49,8 @@ Version 2.3.3 (in development)

table.compute_field("caloric_value", "Caloric Value")

- Added `food_data.py` example, working with CSV files downloaded from Kaggle.


Version 2.3.2
-------------
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__ = "18 Jul 2024 21:52 UTC"
__version_time__ = "19 Jul 2024 15:30 UTC"
__author__ = "Paul McGuire <[email protected]>"


Expand Down

0 comments on commit 69b9849

Please sign in to comment.