Skip to content

Commit 3e67b38

Browse files
committed
Release v0.12.7
1 parent b4b50f2 commit 3e67b38

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-3
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
May 22, 2023 - v0.12.7
2+
Fix failing test on fedora
3+
Change private attribute to prevent downstream test failure with tiatoolbox
4+
15
May 18, 2023 - v0.12.6post1
26
Fix release version
37

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def __getattr__(cls, name):
7878
# The short X.Y version.
7979
version = '0.12'
8080
# The full version, including alpha/beta/rc tags.
81-
release = '0.12.6post1'
81+
release = '0.12.7'
8282

8383
# The language for content autogenerated by Sphinx. Refer to documentation
8484
# for a list of supported languages.

docs/source/whatsnew/0.12.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changes in glymur 0.12
33
######################
44

5+
*****************
6+
Changes in 0.12.7
7+
*****************
8+
* Fix failing test on fedora.
9+
* Change private attribute to prevent downstream test failure with tiatoolbox.
10+
511
*****************
612
Changes in 0.12.6
713
*****************

glymur/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# Do not change the format of this next line! Doing so risks breaking
2222
# setup.py
23-
version = "0.12.6post1"
23+
version = "0.12.7"
2424

2525
version_tuple = parse(version).release
2626

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = Glymur
3-
version = 0.12.6post1
3+
version = 0.12.7
44
author = 'John Evans'
55
author_email = "John Evans" <[email protected]>
66
license = 'MIT'

0 commit comments

Comments
 (0)