Skip to content

Commit 8c794d0

Browse files
committed
fix versions
1 parent 1bb0e3b commit 8c794d0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
Changelog
44
=========
55

6-
2.4.1 (2021-12-23)
6+
2.4.1 (UNRELEASED)
77
------------------
88

9-
- Fix URL decoding of filenames.
9+
- Added support for URL-encoded filenames.
1010
`#104 <https://github.com/hynek/doc2dash/pull/104>`_
1111

1212

src/doc2dash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44

55

6-
__version__ = "2.5.0.dev0"
6+
__version__ = "2.4.1.dev0"
77

88

99
__title__ = "doc2dash"

0 commit comments

Comments
 (0)