Skip to content

Commit edd19ea

Browse files
committed
Prepare for v1.5.1
1 parent 4ef6537 commit edd19ea

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.5.1]
7+
8+
**Release date: 2021-01-05**
9+
510
### Fixed
611

712
* `delphin.tsdb.write_schema()` always opens files in UTF-8 ([#324])
@@ -1322,6 +1327,7 @@ There was no CHANGELOG file prior to this release, so I don't have much
13221327
information about changes, except for
13231328
[commit messages](../../commits/v0.2).
13241329

1330+
[v1.5.1]: ../../releases/tag/v1.5.1
13251331
[v1.5.0]: ../../releases/tag/v1.5.0
13261332
[v1.4.1]: ../../releases/tag/v1.4.1
13271333
[v1.4.0]: ../../releases/tag/v1.4.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.5.0'
6+
__version__ = '1.5.1'
77
__version_info__ = __version__.replace('.', ' ').replace('-', ' ').split()
88

99
__title__ = 'PyDelphin'

0 commit comments

Comments
 (0)