Skip to content

Commit f121c56

Browse files
committed
Prepare for v1.6.0
1 parent 9440fa2 commit f121c56

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

3-
## Unreleased
3+
## [v1.6.0]
4+
5+
**Release date: 2021-09-30**
46

57
### Added
68

@@ -1344,6 +1346,7 @@ There was no CHANGELOG file prior to this release, so I don't have much
13441346
information about changes, except for
13451347
[commit messages](../../commits/v0.2).
13461348

1349+
[v1.6.0]: ../../releases/tag/v1.6.0
13471350
[v1.5.1]: ../../releases/tag/v1.5.1
13481351
[v1.5.0]: ../../releases/tag/v1.5.0
13491352
[v1.4.1]: ../../releases/tag/v1.4.1

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.1'
6+
__version__ = '1.6.0'
77
__version_info__ = __version__.replace('.', ' ').replace('-', ' ').split()
88

99
__title__ = 'PyDelphin'

0 commit comments

Comments
 (0)