File tree Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1
- current_version = " 0.5 .0"
1
+ current_version = " 0.6 .0"
2
2
3
3
[[files ]]
4
4
path = " oembedpy/__init__.py"
Original file line number Diff line number Diff line change 1
- - Changelog is https://github.com/attakei/oEmbedPy/blob/v0.5 .0/CHANGES.rst
2
- - You can source diff to https://github.com/attakei/oembedPy/compare/v0.4 .0..v0.5 .0
1
+ - Changelog is https://github.com/attakei/oEmbedPy/blob/v0.6 .0/CHANGES.rst
2
+ - You can source diff to https://github.com/attakei/oembedPy/compare/v0.5 .0..v0.6 .0
Original file line number Diff line number Diff line change 2
2
Change logs
3
3
===========
4
4
5
+ v0.6.0
6
+ ======
7
+
8
+ :date: 2024-04-29 (JST)
9
+
10
+ Features
11
+ --------
12
+
13
+ * "workspace" to cache responses (optnional)
14
+
15
+ Fixes
16
+ -----
17
+
18
+ * Reduce requests to providers.json
19
+
5
20
v0.5.0
6
21
======
7
22
Original file line number Diff line number Diff line change 1
1
"""oEmbed client for Python."""
2
2
3
- __version__ = "0.5 .0"
3
+ __version__ = "0.6 .0"
You can’t perform that action at this time.
0 commit comments