Skip to content

Commit

Permalink
🔖 Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ewen-lbh committed Jun 22, 2020
1 parent 44278ae commit 0fe7f67
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ 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).


## [Unreleased]

## [0.9.0] - 2020-06-22

### Fixed

- The third example in the `--help` screen was missing a COLUMN argument
Expand Down Expand Up @@ -116,7 +119,9 @@ Initial release. See <https://pypi.org/project/ideaseed/0.1.0/> for documentatio



[Unreleased]: https://github.com/ewen-lbh/ideaseed/compare/v0.8.1...HEAD

[Unreleased]: https://github.com/ewen-lbh/ideaseed/compare/v0.9.0...HEAD
[0.9.0]: https://github.com/ewen-lbh/ideaseed/compare/v0.8.1...v0.9.0
[0.8.1]: https://github.com/ewen-lbh/ideaseed/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/ewen-lbh/ideaseed/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/ewen-lbh/ideaseed/compare/v0.6.0...v0.7.0
Expand Down
2 changes: 1 addition & 1 deletion ideaseed/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from flatten_list.flatten_list import flatten
from semantic_version import Version

VERSION = Version("0.8.1")
VERSION = Version("0.9.0")

RELEASES_RSS_URL = "https://pypi.org/rss/project/ideaseed/releases.xml"

Expand Down
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 = "ideaseed"
version = "0.8.1"
version = "0.9.0"
description = "Note down your ideas and get them to the right place, without switching away from your terminal"
authors = ["Ewen Le Bihan <ewen.lebihan7@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 0fe7f67

Please sign in to comment.