Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2023-01-16)

### Features

* **python:** dropped python 3.6 support ([fcf4a20](fcf4a20))
  • Loading branch information
semantic-release-bot committed Jan 16, 2023
1 parent 9278d97 commit 279ab2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "relative_to_now",
"version": "1.0.6",
"version": "1.1.0",
"description": "Convert date/time into a string relative to now.",
"main": "index.js",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "relative_to_now"
version = "1.0.0"
version = "1.1.0"
description = "Print a datetime's distance from now"
authors = ["Christopher Pickering <[email protected]>"]
maintainers=["Christopher Pickering <[email protected]>"]
Expand Down

0 comments on commit 279ab2f

Please sign in to comment.