Skip to content

Commit bc0e25b

Browse files
committed
Prep for 6.0.2 release
1 parent 3b3511c commit bc0e25b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/src/markdown/about/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 6.0.2
44

5-
- **FIX**: Fix login related to dot files and `GLOBSTAR`. Recursive directory search should return all dot files, which
5+
- **FIX**: Fix logic related to dot files and `GLOBSTAR`. Recursive directory search should return all dot files, which
66
should then be filtered by the patterns. They should not be excluded before being filtered by the pattern.
77

88
## 6.0.1

requirements/docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mkdocs_pymdownx_material_extras==1.0
1+
mkdocs_pymdownx_material_extras==1.0.1
22
mkdocs-git-revision-date-localized-plugin
33
mkdocs-minify-plugin
44
pyspelling

wcmatch/__meta__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,5 +186,5 @@ def parse_version(ver, pre=False):
186186
return Version(major, minor, micro, release, pre, post, dev)
187187

188188

189-
__version_info__ = Version(6, 0, 2, ".dev")
189+
__version_info__ = Version(6, 0, 2, "final")
190190
__version__ = __version_info__._get_canonical()

0 commit comments

Comments
 (0)