Skip to content

Commit 2ec72b4

Browse files
committed
Release 1.3.7
1 parent a6ee6d4 commit 2ec72b4

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

NEWS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Changes between 1.3.6 and 1.3.7
2+
===============================
3+
4+
Added:
5+
* Gracefully truncate long tweet text (#61)
6+
7+
Changed:
8+
* Upgrade to newer `tweety-ns` library: 1.1.* >= 1.1.2 (#63)
9+
10+
Meta:
11+
* Add automatic package publishing
12+
* Clean up unused source files
13+
14+
115
Changes between 1.3.5 and 1.3.6
216
===============================
317

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = { file=["README.md", "NEWS"], content-type="text/markdown" }
1414

1515
[project]
1616
name = "sopel-twitter"
17-
version = "1.3.6"
17+
version = "1.3.7"
1818
description = "A Twitter plugin for Sopel"
1919

2020
authors = [
@@ -38,7 +38,8 @@ keywords = [
3838
"irc",
3939
]
4040

41-
requires-python = ">=3.8, <4"
41+
# Python spec should be enabled along with bumping `sopel` to 8+
42+
# requires-python = ">=3.8, <4"
4243
dependencies = [
4344
"sopel>=7.1,<9",
4445
"tweety-ns~=1.1.2",

0 commit comments

Comments
 (0)