Skip to content

Commit

Permalink
Release beanbag-docutils 2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
chipx86 committed Jun 20, 2023
1 parent 2585bb1 commit d23e81a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion beanbag_docutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#:
#: (Major, Minor, Micro, alpha/beta/rc/final, Release Number, Released)
#:
VERSION = (2, 1, 2, 'alpha', 0, False)
VERSION = (2, 2, 0, 'final', 0, True)


def get_version_string():
Expand Down
2 changes: 1 addition & 1 deletion docs/releasenotes/2.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
beanbag-docutils 2.2
====================

**Release date:** TBD
**Release date:** June 19, 2023


Packaging / Compatibility
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Other Environment',
'Framework :: Sphinx',
'Framework :: Sphinx :: Extension',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
Expand Down

0 comments on commit d23e81a

Please sign in to comment.