Skip to content

Commit

Permalink
Prepare for v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goodmami committed Feb 6, 2020
1 parent 15a2b39 commit 594268b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## [Unreleased][unreleased]

(no unreleased changes yet)


## [v0.11.1][]

**Release date: 2020-02-06**

### Fixed

* Avoid another source of concepts becoming nodes ([#61][])
Expand Down Expand Up @@ -577,6 +584,7 @@ First release with very basic functionality.
[v0.9.1]: ../../releases/tag/v0.9.1
[v0.10.0]: ../../releases/tag/v0.10.0
[v0.11.0]: ../../releases/tag/v0.11.0
[v0.11.1]: ../../releases/tag/v0.11.1
[README]: README.md

[#4]: https://github.com/goodmami/penman/issues/4
Expand Down
2 changes: 1 addition & 1 deletion penman/__about__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

__version__ = '0.11.0'
__version__ = '0.11.1'
__version_info__ = tuple(
int(x) if x.isdigit() else x
for x in __version__.replace('.', ' ').replace('-', ' ').split()
Expand Down

0 comments on commit 594268b

Please sign in to comment.