Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigmunch committed Oct 18, 2019
1 parent e6c7e33 commit fa3c708
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,7 +6,12 @@ This project adheres to [Semantic Versioning](https://semver.org).

## [Unreleased](https://github.com/thebigmunch/thorod/tree/master)

[Commits](https://github.com/thebigmunch/thorod/compare/1.1.0...master)
[Commits](https://github.com/thebigmunch/thorod/compare/2.0.0...master)


## [2.0.0](https://github.com/thebigmunch/thorod/releases/tag/2.0.0) (2019-10-18)

[Commits](https://github.com/thebigmunch/thorod/compare/1.1.0...2.0.0)

### Added

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.masonry.api"
[tool.poetry]
name = "thorod"
description = "A CLI utility for torrent creation and manipulation."
version = "1.1.0"
version = "2.0.0"

license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion src/thorod/__about__.py
Expand Up @@ -14,7 +14,7 @@
__summary__ = 'A CLI utility for torrent creation and manipulation.'
__url__ = 'https://github.com/thebigmunch/thorod'

__version__ = '1.1.0'
__version__ = '2.0.0'
__version_info__ = tuple(int(i) for i in __version__.split('.') if i.isdigit())

__author__ = 'thebigmunch'
Expand Down

0 comments on commit fa3c708

Please sign in to comment.