Skip to content

Commit

Permalink
Updated changelog and version number for 24.6 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Aug 1, 2024
1 parent 775241e commit 6b4c484
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ 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.6
====

* Allowed overriding Role provided initkwargs in ``as_view()``.

Kwargs provided to ``as_view()`` will now take precedence over any Role
provided defaults.

24.5
====

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.5"
__version__ = "24.6"

0 comments on commit 6b4c484

Please sign in to comment.