Skip to content

Commit 6a5b201

Browse files
committed
v0.4.1 — Fix dirchanged() type annotation
1 parent 55d5523 commit 6a5b201

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v0.4.1 (in development)
2-
-----------------------
1+
v0.4.1 (2021-03-15)
2+
-------------------
33
- Fixed the type annotation on `dirchanged()`
44

55
v0.4.0 (2021-03-04)

src/morecontext/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Visit <https://github.com/jwodder/morecontext> for more information.
1313
"""
1414

15-
__version__ = '0.4.1.dev1'
15+
__version__ = '0.4.1'
1616
__author__ = 'John Thorvald Wodder II'
1717
__author_email__ = 'morecontext@varonathe.org'
1818
__license__ = 'MIT'

0 commit comments

Comments
 (0)