Skip to content

Commit f5eba65

Browse files
committed
Bump version to 2.1.1-dev for post-release development
1 parent eb9367c commit f5eba65

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
**2.1.1** (in progress):
4+
5+
*No user-visible changes yet.*
6+
7+
8+
---
9+
310
**2.1.0** (17 April 2026) — *"Cat-hedral"* edition:
411

512
**New**:

unpythonic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
for a trip down the rabbit hole.
88
"""
99

10-
__version__ = '2.1.0'
10+
__version__ = '2.1.1-dev'
1111

1212
from .amb import * # noqa: F401, F403
1313
from .arity import * # noqa: F401, F403

0 commit comments

Comments
 (0)