dirchanged()
1 parent 55d5523 commit 6a5b201Copy full SHA for 6a5b201
2 files changed
CHANGELOG.md
@@ -1,5 +1,5 @@
1
-v0.4.1 (in development)
2
------------------------
+v0.4.1 (2021-03-15)
+-------------------
3
- Fixed the type annotation on `dirchanged()`
4
5
v0.4.0 (2021-03-04)
src/morecontext/__init__.py
@@ -12,7 +12,7 @@
12
Visit <https://github.com/jwodder/morecontext> for more information.
13
"""
14
15
-__version__ = '0.4.1.dev1'
+__version__ = '0.4.1'
16
__author__ = 'John Thorvald Wodder II'
17
__author_email__ = 'morecontext@varonathe.org'
18
__license__ = 'MIT'
0 commit comments