Skip to content

Commit 3dd0fb6

Browse files
committed
Releasing v0.3
1 parent 84434e1 commit 3dd0fb6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sphinxlint.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,12 @@
1111
"""Sphinx rst linter.
1212
"""
1313

14-
__version__ = "0.2"
14+
__version__ = "0.3"
1515

1616
import os
1717
import re
1818
import sys
1919
import argparse
20-
from string import ascii_letters
2120
from os.path import join, splitext, exists, isfile
2221
from collections import Counter
2322
from itertools import chain

0 commit comments

Comments
 (0)