File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
66The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/ >`_,
77and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html >`_.
88
9- 0.1.0b1 - 2025-01 -05
9+ 0.1.0b1 - 2025-10 -05
1010--------------------
1111
1212⚠️ **Beta Release ** - Feature complete, ready for testing. API may still change before 1.0.
Original file line number Diff line number Diff line change 2020import django
2121from django .core .exceptions import ImproperlyConfigured
2222
23- __version__ = "0.1.0-alpha.1 "
23+ __version__ = "0.1.0b1 "
2424__author__ = "Sanyam Khurana"
25252626__license__ = "BSD-3-Clause"
Original file line number Diff line number Diff line change 2323project = "Django PostgreSQL Anonymizer"
2424copyright_text = "2025, Sanyam Khurana"
2525author = "Sanyam Khurana"
26- release = "0.2.0-beta.1 "
27- version = "0.2 .0"
26+ release = "0.1.0b1 "
27+ version = "0.1 .0"
2828
2929# Sphinx expects 'copyright' variable
3030copyright = copyright_text # noqa: A001
You can’t perform that action at this time.
0 commit comments