Skip to content

Commit 924c142

Browse files
authored
Prep for 6.0.3 release (#115)
1 parent 54b6048 commit 924c142

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.3
44

5-
- **FIX**: Fix fix issue where when `FOLLOW` and `GLOBSTAR` was used, a pattern like `**/*` would not properly match
5+
- **FIX**: Fix issue where when `FOLLOW` and `GLOBSTAR` were used, a pattern like `**/*` would not properly match
66
a directory which was a symlink. While Bash does not return a symlinked folder with `**`, `*` (and other patterns),
77
should properly find the symlinked directory.
88
- **FIX**: `pathlib` clearly states that the `match` method, if the pattern is relative, matches from the right.

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, 3, ".dev")
189+
__version_info__ = Version(6, 0, 3, "final")
190190
__version__ = __version_info__._get_canonical()

0 commit comments

Comments
 (0)