Skip to content

Commit

Permalink
Added change notes and bumped version for 24.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Mar 24, 2024
1 parent 91e472f commit cf2cd39
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@ Version numbers correspond to git tags. Please use the compare view on GitHub
for full details. Until we're further along, I will just note the highlights
here:

24.3
====

* Added the used ``filterset`` to list-view context.

* Added CI testing for supported Python and Django versions. (Python 3.10
onwards; Django 4.2 onwards, including the development branch.)

Thanks to Josh Thomas.

* Added CI build for the documentation.

Thanks to Eduardo Enriquez

24.2
====

Expand Down
2 changes: 1 addition & 1 deletion src/neapolitan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ class BookmarkView(CRUDView):
Let's go! 🚀
"""

__version__ = "24.2"
__version__ = "24.3"

0 comments on commit cf2cd39

Please sign in to comment.