Skip to content

Commit 97325b9

Browse files
author
Rob Dennis
committed
#230 - prepping for a 5.0.8 tag
1 parent 17ff246 commit 97325b9

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
---------
33

4+
Release 5.0.8
5+
"""""""""""""
6+
7+
* fixing/test for a regression introduced in 5.0.7 that prevented ``import validate`` from working
8+
9+
410
Release 5.0.7
511
"""""""""""""
612

docs/configobj.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2383,6 +2383,12 @@ CHANGELOG
23832383
This is an abbreviated changelog showing the major releases up to version 4.
23842384
From version 4 it lists all releases and changes.
23852385

2386+
2023/01/18 - Version 5.0.8
2387+
--------------------------
2388+
2389+
* fixing/test for a regression introduced in 5.0.7 that prevented ``import validate`` from working
2390+
2391+
23862392
2023/01/17 - Version 5.0.7
23872393
--------------------------
23882394

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
#
44

55
[egg_info]
6-
tag_build = .dev0
6+
#tag_build = .dev0
77
tag_date = false
88

99

1010
[sdist]
11-
formats = zip, gztar
11+
formats = gztar
1212

1313

1414
[bdist_wheel]

src/configobj/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '5.0.7'
1+
__version__ = '5.0.8'

0 commit comments

Comments
 (0)