Skip to content

Commit 91e94db

Browse files
Release: v0.1.0b1 🎉
1 parent 6b3b3fe commit 91e94db

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
66
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_,
77
and 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.

django_postgres_anon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import django
2121
from django.core.exceptions import ImproperlyConfigured
2222

23-
__version__ = "0.1.0-alpha.1"
23+
__version__ = "0.1.0b1"
2424
__author__ = "Sanyam Khurana"
2525
__email__ = "[email protected]"
2626
__license__ = "BSD-3-Clause"

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
project = "Django PostgreSQL Anonymizer"
2424
copyright_text = "2025, Sanyam Khurana"
2525
author = "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
3030
copyright = copyright_text # noqa: A001

0 commit comments

Comments
 (0)