File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- v2.2.0 (in development )
2- -----------------------
1+ v2.2.0 (2023-02-11 )
2+ -------------------
33- The custom setuptools command classes can now be imported directly from the
44 ` versioningit.cmdclass ` module as an alternative to calling
55 ` get_cmdclasses() `
Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2021-2022 John Thorvald Wodder II and contributors
3+ Copyright (c) 2021-2023 John Thorvald Wodder II and contributors
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 33Changelog
44=========
55
6- v2.2.0 (in development )
7- -----------------------
6+ v2.2.0 (2023-02-11 )
7+ -------------------
88- The custom setuptools command classes can now be imported directly from the
99 ``versioningit.cmdclass `` module as an alternative to calling
1010 `get_cmdclasses() `
Original file line number Diff line number Diff line change 22
33project = "versioningit"
44author = "John Thorvald Wodder II"
5- copyright = "2021-2022 John Thorvald Wodder II" # noqa: A001
5+ copyright = "2021-2023 John Thorvald Wodder II" # noqa: A001
66
77extensions = [
88 "sphinx.ext.autodoc" ,
Original file line number Diff line number Diff line change 3838<https://versioningit.rtfd.io> for more information.
3939"""
4040
41- __version__ = "2.2.0.dev1 "
41+ __version__ = "2.2.0"
4242__author__ = "John Thorvald Wodder II"
4343__author_email__ = "versioningit@varonathe.org"
4444__license__ = "MIT"
You can’t perform that action at this time.
0 commit comments