Skip to content

Commit 9f55a10

Browse files
committed
chore: finalize 4.1.0 release
1 parent 12735ac commit 9f55a10

File tree

6 files changed

+32
-3
lines changed

6 files changed

+32
-3
lines changed

CHANGELOG.MD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Pinned all dependency versions in requirements.txt and requirements-dev.txt for reproducible builds
1919
- Added mypy type checking to CI pipeline
2020
- Added ruff linting to development dependencies
21+
- Finalized stable release, no breaking changes from 4.1.0b5
2122

2223
## [2024-03-25]
2324

datafog/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.1.0b5"
1+
__version__ = "4.1.0"

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = "DataFog"
1010
copyright = "2024, DataFog Inc."
1111
author = "Sid Mohan"
12-
release = "v4.0.0-beta.1"
12+
release = "v4.1.0"
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ DataFog is an open-source tool for PII detection and anonymization of unstructur
1111
cli
1212
python-sdk
1313
definitions
14+
roadmap
1415

1516
=====================
1617
Getting Started

docs/roadmap.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
================
2+
Release Roadmap
3+
================
4+
5+
This roadmap outlines planned minor version updates leading to
6+
``4.5.0`` and the upcoming removal of heavyweight components.
7+
8+
.. contents:: Table of Contents
9+
:local:
10+
:depth: 1
11+
12+
4.1.0
13+
------
14+
The ``4.1.0`` release finalizes the beta series with stable
15+
interfaces. There are no breaking changes from ``4.1.0b5``.
16+
17+
4.2.x – 4.4.x
18+
--------------
19+
Subsequent minor releases will provide incremental improvements and
20+
bug fixes. New features will remain backward compatible.
21+
22+
4.5.0
23+
------
24+
Version ``4.5.0`` will deprecate ``SparkService`` and the Donut model
25+
download helper to keep the package lightweight. Alternative guidance
26+
will be provided in the documentation for users who require these
27+
capabilities.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
long_description = f.read()
66

77
# Use a single source of truth for the version
8-
__version__ = "4.1.0b5"
8+
__version__ = "4.1.0"
99

1010
project_urls = {
1111
"Homepage": "https://datafog.ai",

0 commit comments

Comments
 (0)