Skip to content

Commit

Permalink
Back to development: 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Oct 10, 2024
1 parent a40dbe9 commit c90af75
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ Changes

.. currentmodule:: objgraph

3.6.3 (unreleased)
------------------

- Nothing changed yet.


3.6.2 (2024-10-10)
------------------

Expand Down
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ define release_recipe =
@echo " $(VCS_TAG)"
@echo " make publish-docs"
@echo
@echo "then create a GitHub release with"
@echo
@echo " gh release create"
@echo
@echo "Please increment the version number in $(FILE_WITH_VERSION)"
@echo "and add a new empty entry at the top of the changelog in $(FILE_WITH_CHANGELOG), then"
@echo
Expand Down
2 changes: 1 addition & 1 deletion objgraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
__author__ = "Marius Gedminas ([email protected])"
__copyright__ = "Copyright (c) 2008-2023 Marius Gedminas and contributors"
__license__ = "MIT"
__version__ = '3.6.2'
__version__ = '3.6.3.dev0'
__date__ = '2024-10-10'


Expand Down

0 comments on commit c90af75

Please sign in to comment.