Skip to content

Commit 1483fbd

Browse files
committed
Bump version to 1.9.1
1 parent d0f1cfb commit 1483fbd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
### Unreleased
44

5+
6+
## [v1.9.1]
7+
8+
**Release date: 2023-12-19**
9+
510
### Fixed
611

712
* Properly define `delphin` command in pyproject.toml ([#386])
@@ -1445,6 +1450,7 @@ There was no CHANGELOG file prior to this release, so I don't have much
14451450
information about changes, except for
14461451
[commit messages](../../commits/v0.2).
14471452

1453+
[v1.9.1]: ../../releases/tag/v1.9.1
14481454
[v1.9.0]: ../../releases/tag/v1.9.0
14491455
[v1.8.1]: ../../releases/tag/v1.8.1
14501456
[v1.8.0]: ../../releases/tag/v1.8.0

delphin/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# the warehouse project:
44
# https://github.com/pypa/warehouse/blob/master/warehouse/__about__.py
55

6-
__version__ = '1.9.0'
6+
__version__ = '1.9.1'
77
__version_info__ = __version__.replace('.', ' ').replace('-', ' ').split()
88

99
__title__ = 'PyDelphin'

0 commit comments

Comments
 (0)