Files
Charles N Wyble 30b778f2ea merge: charters.turnsys.com (199 pages)
git-subtree-dir: content/charters.turnsys.com
git-subtree-mainline: 6e0ede6acc
git-subtree-split: a1662cff1a
2026-03-02 16:48:49 -05:00

467 B

title, menu
title menu
How to Release How to Release

title: Releasing a New Version (Python Library) sidebar: Handbook showTitle: true

How to Release

  1. Increase VERSION in posthog/version.py
  2. Update CHANGELOG.md with a short summary of the changes
  3. run make release and make release_analytics
  4. git commit -am "Release X.Y.Z." (where X.Y.Z is the new version)
  5. git tag -a X.Y.Z -m "Version X.Y.Z" (where X.Y.Z is the new version).