Skip to content

Commit

Permalink
Fix git merging error
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed Nov 12, 2020
1 parent a3af1e8 commit 249778e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions sphinx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,8 @@
warnings.filterwarnings('ignore', "'U' mode is deprecated",
DeprecationWarning, module='docutils.io')

<<<<<<< HEAD
__version__ = '3.4.0+'
__released__ = '3.4.0' # used when Sphinx builds its own docs
=======
__version__ = '3.3.2+'
__released__ = '3.3.2' # used when Sphinx builds its own docs
>>>>>>> 3.3.x

#: Version info for better programmatic use.
#:
Expand Down

0 comments on commit 249778e

Please sign in to comment.