From b4a3a1f60b0ad98142873125372f81ec89312ce2 Mon Sep 17 00:00:00 2001 From: Manu Paliwal Date: Thu, 15 Dec 2022 18:39:05 +0530 Subject: [PATCH] Update RELEASE.md --- python/sqlcommenter-python/RELEASE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/sqlcommenter-python/RELEASE.md b/python/sqlcommenter-python/RELEASE.md index d30db9c7..969b953c 100644 --- a/python/sqlcommenter-python/RELEASE.md +++ b/python/sqlcommenter-python/RELEASE.md @@ -23,7 +23,8 @@ This helps ongoing PRs to get their changes in the right place, and to consider 1. Make a PR to update `CHANGELOG.md` on master - Add a new section for the new release so that "unreleased" is blank and at the top. - New section should say "## x.y.0 - release date". -2. This PR will get merged. +2. Change the release version in `setup.py` file. +3. This PR will get merged. ### Create release branch