Skip to content

Commit 279ab2f

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2023-01-16) ### Features * **python:** dropped python 3.6 support ([fcf4a20](fcf4a20))
1 parent 9278d97 commit 279ab2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "relative_to_now",
3-
"version": "1.0.6",
3+
"version": "1.1.0",
44
"description": "Convert date/time into a string relative to now.",
55
"main": "index.js",
66
"private": true,

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"
77

88
[tool.poetry]
99
name = "relative_to_now"
10-
version = "1.0.0"
10+
version = "1.1.0"
1111
description = "Print a datetime's distance from now"
1212
authors = ["Christopher Pickering <[email protected]>"]
1313
maintainers=["Christopher Pickering <[email protected]>"]

0 commit comments

Comments
 (0)