Skip to content

Commit 7806699

Browse files
committed
Prepare version 4.0.1
1 parent e06c519 commit 7806699

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

docs/source/release-notes/4.0.1.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

docs/source/release-notes/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ here with the newest releases first.
1010

1111
.. toctree::
1212
4.0.0
13+
4.0.1
1314

1415
3.x Release Series
1516
==================

src/github3/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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
)

0 commit comments

Comments
 (0)