Skip to content

Commit

Permalink
Bump to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goodmami committed Sep 14, 2021
1 parent c4f1b82 commit c2aaaf9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change Log

## Unreleased
## [v1.2.1]

**Release date: 2021-09-13**

### Changed

Expand Down Expand Up @@ -737,6 +739,7 @@ First release with very basic functionality.
[v1.1.0]: ../../releases/tag/v1.1.0
[v1.1.1]: ../../releases/tag/v1.1.1
[v1.2.0]: ../../releases/tag/v1.2.0
[v1.2.1]: ../../releases/tag/v1.2.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__ = '1.2.0'
__version__ = '1.2.1'
__version_info__ = tuple(
int(x) if x.isdigit() else x
for x in __version__.replace('.', ' ').replace('-', ' ').split()
Expand Down

0 comments on commit c2aaaf9

Please sign in to comment.