Skip to content

Commit

Permalink
Bump revision
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Dec 24, 2018
1 parent d3f2593 commit 474037c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/markdown/about/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Next
## 1.3.1

- **FIX**: Fix issue with undefined namespaces.

Expand Down
2 changes: 1 addition & 1 deletion soupsieve/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,5 +186,5 @@ def parse_version(ver, pre=False):
return Version(major, minor, micro, release, pre, post, dev)


__version_info__ = Version(1, 3, 0, "final")
__version_info__ = Version(1, 3, 1, "final")
__version__ = __version_info__._get_canonical()

0 comments on commit 474037c

Please sign in to comment.