Skip to content

Commit

Permalink
bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed Jan 24, 2021
1 parent 40d2835 commit ad9cb50
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
22 changes: 16 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,19 @@

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and
this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [Unreleased]

## [0.1.2]
## [0.1.3]

### Fixed

- Tags not being correctly converted to strings when converting a `PafRecord` to a
string [[#4][4]]

## [0.1.2]

### Fixed

Expand All @@ -23,6 +30,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Don't rely on `poetry` to get version.

[Unreleased]: https://github.com/snakemake/snakefmt/compare/0.1.1...HEAD
[0.1.2]: https://github.com/mbhall88/pafpy/releases/tag/0.1.2
[0.1.1]: https://github.com/mbhall88/pafpy/releases/tag/0.1.1
[0.1.2]: https://github.com/mbhall88/pafpy/releases/tag/0.1.2
[0.1.3]: https://github.com/mbhall88/pafpy/releases/tag/0.1.3
[4]: https://github.com/mbhall88/pafpy/issues/4
[Unreleased]: https://github.com/snakemake/snakefmt/compare/0.1.3...HEAD

2 changes: 1 addition & 1 deletion pafpy/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.2"
__version__ = "0.1.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pafpy"
version = "0.1.2"
version = "0.1.3"
description = "A lightweight library for working with PAF (Pairwise mApping Format) files"
license = "Unlicense"
authors = ["Michael Hall <michael@mbh.sh>"]
Expand Down

0 comments on commit ad9cb50

Please sign in to comment.