We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb0e3b commit 8c794d0Copy full SHA for 8c794d0
2 files changed
CHANGELOG.rst
@@ -3,10 +3,10 @@
3
Changelog
4
=========
5
6
-2.4.1 (2021-12-23)
+2.4.1 (UNRELEASED)
7
------------------
8
9
-- Fix URL decoding of filenames.
+- Added support for URL-encoded filenames.
10
`#104 <https://github.com/hynek/doc2dash/pull/104>`_
11
12
src/doc2dash/__init__.py
@@ -3,7 +3,7 @@
"""
-__version__ = "2.5.0.dev0"
+__version__ = "2.4.1.dev0"
__title__ = "doc2dash"
0 commit comments