Skip to content

Commit

Permalink
Bump to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Jul 29, 2024
1 parent d3f96f7 commit 0177fb4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Release 2.0.0 (2024-07-28)
==========================

* Adopt Ruff
* Tighten MyPy settings
* Update GitHub actions versions
* Avoid storing build time in gzip headers

Release 1.0.6 (2024-01-13)
==========================

Expand Down
4 changes: 2 additions & 2 deletions sphinxcontrib/devhelp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

import xml.etree.ElementTree as etree

__version__ = '1.0.6'
__version_info__ = (1, 0, 6)
__version__ = '2.0.0'
__version_info__ = (2, 0, 0)

logger = logging.getLogger(__name__)
__ = get_translation(__name__, 'console')
Expand Down

0 comments on commit 0177fb4

Please sign in to comment.