Skip to content

Commit 87ce7c7

Browse files
committed
fix: rollback manual version bump and changelog edit
1 parent 48f1951 commit 87ce7c7

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

CHANGELOG.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,5 @@
11
# Changelog
22

3-
## [0.31.0] - 2025-11-03
4-
5-
### Added
6-
7-
- Python 3.11 and 3.12 support
8-
- Deprecation warning for Python 3.9 users (support ends April 2026)
9-
- Comprehensive local testing guide in CONTRIBUTING.md with pyenv/asdf setup instructions
10-
11-
### Changed
12-
13-
- Updated GitHub Actions CI to test on Python 3.9, 3.10, 3.11, and 3.12
14-
- Updated Python version badge in README to reflect 3.9-3.12 support
15-
- Added `pyyaml-include<2` dependency constraint for copier 7.0.1 compatibility
16-
17-
### Fixed
18-
19-
- Resolved pyyaml-include version compatibility issue with copier 7.0.1
20-
213
## [0.30.0] - 2023-12-08
224

235
## [0.29.0] - 2023-12-08

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
setup(
7575
name="data_pipelines_cli",
76-
version="0.31.0",
76+
version="0.30.0",
7777
description="CLI for data platform",
7878
long_description=README,
7979
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)