Skip to content

Commit

Permalink
🔖 Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ewen-lbh committed May 8, 2021
1 parent 5f5751b commit 77c4697
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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]
## [1.1.0] - 2021-05-08

### Added

Expand Down Expand Up @@ -232,7 +232,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.1.0] - 2020-06-16

[Unreleased]: https://github.com/ewen-lbh/ideaseed/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/ewen-lbh/ideaseed/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/ewen-lbh/ideaseed/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/ewen-lbh/ideaseed/compare/v0.11.0...v1.0.0
[0.11.0]: https://github.com/ewen-lbh/ideaseed/compare/v0.10.2...v0.11.0
[0.10.2]: https://github.com/ewen-lbh/ideaseed/compare/v0.10.1...v0.10.2
Expand Down
2 changes: 1 addition & 1 deletion ideaseed/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from semantic_version import Version

VERSION = Version("1.0.0")
VERSION = Version("1.1.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 = "1.0.0"
version = "1.1.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 77c4697

Please sign in to comment.