Skip to content

Commit

Permalink
v0.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
goodmami committed Jun 1, 2017
1 parent 688b487 commit e68fb45
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## [Unreleased][unreleased]

### Added
### Changed
### Fixed
### Removed
### Deprecated


## [v0.6.2][]

### Added

* `delphin.itsdb.ItsdbProfile.exists()` (#112)
Expand All @@ -14,15 +23,13 @@

* Hash on the normalized form of Preds. (#107)

### Removed
### Fixed

* Properly call `re.sub()` so the flags don't become the count (#108)
* Include file size of gzipped tables in summary of `delphin mkprof` (#110)
* `normalize_pred_string()` now strips `_rel` (#111) and lowercases
* `is_valid_pred_string()` no longer requires `_rel` (#111)

### Deprecated

## [v0.6.1][]

Expand Down Expand Up @@ -468,6 +475,7 @@ information about changes, except for
[commit messages](../../commits/v0.2).

[unreleased]: ../../tree/develop
[v0.6.2]: ../../releases/tag/v0.6.2
[v0.6.1]: ../../releases/tag/v0.6.1
[v0.6.0]: ../../releases/tag/v0.6.0
[v0.5.1]: ../../releases/tag/v0.5.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ schema, creating sub-profiles, or converting between MRS representations

#### Documentation

Documentation is developing on the
Documentation is available on the
[wiki](https://github.com/delph-in/pydelphin/wiki). Help is
appreciated! See [here](https://github.com/delph-in/pydelphin/blob/master/CONTRIBUTING.md#generating-api-documentation)
for instructions.
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__ = '0.6.1'
__version__ = '0.6.2'
__version_info__ = __version__.replace('.', ' ').replace('-', ' ').split()

__title__ = 'PyDelphin'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
'delphin.codecs'
],
install_requires=[
'penman >=0.5.0',
'penman >=0.6.1',
'networkx',
'requests',
'Pygments',
Expand Down

0 comments on commit e68fb45

Please sign in to comment.