File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed
docs/source/release-notes Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ 4.0.1: 2023-04-25
2+ -----------------
3+
4+ CI/CD
5+ `````
6+
7+ - Disable hatch strict naming for packaing (@staticdev). See also gh-1145 _
8+
9+ .. _gh-1145 :
10+ https://github.com/sigmavirus24/github3.py/issues/1145
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ here with the newest releases first.
1010
1111.. toctree ::
1212 4.0.0
13+ 4.0.1
1314
14153.x Release Series
1516==================
Original file line number Diff line number Diff line change 55__author_email__ = "[email protected] " 66__license__ = "Modified BSD"
77__copyright__ = "Copyright 2012 Ian Stapleton Cordasco"
8- __version__ = "4.0.0 "
8+ __version__ = "4.0.1 "
99__version_info__ = tuple (
1010 int (i ) for i in __version__ .split ("." ) if i .isdigit ()
1111)
You can’t perform that action at this time.
0 commit comments