Skip to content

Commit

Permalink
Releasing v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPalard committed Apr 24, 2022
1 parent 84434e1 commit 3dd0fb6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sphinxlint.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@
"""Sphinx rst linter.
"""

__version__ = "0.2"
__version__ = "0.3"

import os
import re
import sys
import argparse
from string import ascii_letters
from os.path import join, splitext, exists, isfile
from collections import Counter
from itertools import chain
Expand Down

0 comments on commit 3dd0fb6

Please sign in to comment.