Skip to content

Commit

Permalink
Added change notes and bumped version for 23.10 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed May 7, 2023
1 parent b50fbf4 commit 51806d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ 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:

23.10
=====

* Added a ``{{ delete_view_url}}`` context variable for the form action to the
``object_confirm_delete.html`` template.
* Added basic styling and docs for the ``object_confirm_delete.html`` template.

23.9
====

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__ = "23.9"
__version__ = "23.10"

0 comments on commit 51806d8

Please sign in to comment.