Skip to content

Commit

Permalink
Prepare v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
goodmami committed May 12, 2020
1 parent e8d4b00 commit f1ec618
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Change Log

**Note**: some releases may have changes that may break backward compatibility;
these changes are prefixed with "**BREAKING**"

## [Unreleased][unreleased]

(no unreleased changes yet)


## [v1.2.4]

**Release date: 2020-05-12**

### Fixed

* `delphin.tsdb.open()` does not use universal newlines ([#285])
Expand Down Expand Up @@ -1213,6 +1217,7 @@ information about changes, except for
[commit messages](../../commits/v0.2).

[unreleased]: ../../tree/develop
[v1.2.4]: ../../releases/tag/v1.2.4
[v1.2.3]: ../../releases/tag/v1.2.3
[v1.2.2]: ../../releases/tag/v1.2.2
[v1.2.1]: ../../releases/tag/v1.2.1
Expand Down
2 changes: 1 addition & 1 deletion delphin/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# the warehouse project:
# https://github.com/pypa/warehouse/blob/master/warehouse/__about__.py

__version__ = '1.2.3'
__version__ = '1.2.4'
__version_info__ = __version__.replace('.', ' ').replace('-', ' ').split()

__title__ = 'PyDelphin'
Expand Down

0 comments on commit f1ec618

Please sign in to comment.