Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 95cf8a8

Browse files
committed
Bump to 0.13.0 final
1 parent 4b268cd commit 95cf8a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sphinxext/opengraph/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
create_social_card = None
3737
DEFAULT_SOCIAL_CONFIG = {}
3838

39-
__version__ = '0.12.0'
40-
version_info = (0, 12, 0)
39+
__version__ = '0.13.0'
40+
version_info = (0, 13, 0)
4141

4242
DEFAULT_DESCRIPTION_LENGTH = 200
4343
DEFAULT_DESCRIPTION_LENGTH_SOCIAL_CARDS = 160

0 commit comments

Comments
 (0)