File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 240240
2412411.0.4 04/12/2023
242242* Fix an issue in parsing default column charset (#582)
243- * fake rotate event check (#579)
243+ * fake rotate event check (#579)
244+
245+ 1.0.5 09/12/2023
246+ * Fix missing dependency on packaging (#590)
247+ * implement partial format description event fields (#585)
Original file line number Diff line number Diff line change 4747# built documents.
4848#
4949# The short X.Y version.
50- version = "1.0.4 "
50+ version = "1.0.5 "
5151# The full version, including alpha/beta/rc tags.
52- release = "1.0.4 "
52+ release = "1.0.5 "
5353
5454# The language for content autogenerated by Sphinx. Refer to documentation
5555# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def run(self):
2828 unittest .main (tests , argv = sys .argv [:1 ])
2929
3030
31- version = "1.0.4 "
31+ version = "1.0.5 "
3232
3333this_directory = Path (__file__ ).parent
3434long_description = (this_directory / "README.md" ).read_text ()
You can’t perform that action at this time.
0 commit comments