Skip to content

Commit 7434be3

Browse files
authored
Merge pull request #150 from igerber/version-bump-2-3-1
Bump version to 2.3.1
2 parents 31afd0b + fa1187d commit 7434be3

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [2.3.1] - 2026-02-15
99

1010
### Fixed
1111
- Fix docs/PyPI version mismatch (issue #146) — RTD now builds versioned docs from source
@@ -700,6 +700,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
700700
- `to_dict()` and `to_dataframe()` export methods
701701
- `is_significant` and `significance_stars` properties
702702

703+
[2.3.1]: https://github.com/igerber/diff-diff/compare/v2.3.0...v2.3.1
703704
[2.3.0]: https://github.com/igerber/diff-diff/compare/v2.2.1...v2.3.0
704705
[2.2.1]: https://github.com/igerber/diff-diff/compare/v2.2.0...v2.2.1
705706
[2.2.0]: https://github.com/igerber/diff-diff/compare/v2.1.9...v2.2.0

diff_diff/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
load_mpdta,
143143
)
144144

145-
__version__ = "2.3.0"
145+
__version__ = "2.3.1"
146146
__all__ = [
147147
# Estimators
148148
"DifferenceInDifferences",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "diff-diff"
7-
version = "2.3.0"
7+
version = "2.3.1"
88
description = "A library for Difference-in-Differences causal inference analysis"
99
readme = "README.md"
1010
license = "MIT"

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diff_diff_rust"
3-
version = "2.3.0"
3+
version = "2.3.1"
44
edition = "2021"
55
description = "Rust backend for diff-diff DiD library"
66
license = "MIT"

0 commit comments

Comments
 (0)