Skip to content

Commit 8837f1d

Browse files
authored
Merge pull request #148 from twosigma/release-0.12.2
Release-0.12.2
2 parents 1220c6d + 53cbbd1 commit 8837f1d

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

docs/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Changelog
33
=========
44

5+
* :release:`0.12.2 <2023-12-20>`
56
* :support:`144` Support Python 3.11
67
* :support:`139` Support Python 3.10
78
* :support:`138` Test on Windows

marbles/core/marbles/core/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.1
1+
0.12.2

marbles/core/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = file: marbles/core/VERSION
44
author = Jane Adams, Leif Walsh
55
author_email = jane@twosigma.com, leif@twosigma.com
66
url = https://github.com/twosigma/marbles
7-
download_url = https://github.com/twosigma/marbles/archive/0.12.1.tar.gz
7+
download_url = https://github.com/twosigma/marbles/archive/0.12.2.tar.gz
88
description = A unittest extension that provides additional information on test failure
99
long_description = file: README.rst
1010
long_description_content_type = text/x-rst; charset=UTF-8
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.1
1+
0.12.2

marbles/mixins/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = file: marbles/mixins/VERSION
44
author = Jane Adams, Leif Walsh
55
author_email = jane@twosigma.com, leif@twosigma.com
66
url = https://github.com/twosigma/marbles
7-
download_url = https://github.com/twosigma/marbles/archive/0.12.1.tar.gz
7+
download_url = https://github.com/twosigma/marbles/archive/0.12.2.tar.gz
88
description = Semantically-rich assertions for use in marbles and unittest test cases
99
long_description = file: README.rst
1010
long_description_content_type = text/x-rst; charset=UTF-8

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[bumpversion]
2-
current_version = 0.12.1
2+
current_version = 0.12.2
33
commit = True
44
tag = False
55

66
[metadata]
77
name = marbles
8-
version = 0.12.1
8+
version = 0.12.2
99
author = Jane Adams, Leif Walsh
1010
author_email = jane@twosigma.com, leif@twosigma.com
1111
url = https://github.com/twosigma/marbles
12-
download_url = https://github.com/twosigma/marbles/archive/0.12.1.tar.gz
12+
download_url = https://github.com/twosigma/marbles/archive/0.12.2.tar.gz
1313
description = Read better test failures
1414
long_description = file: README.rst
1515
long_description_content_type = text/x-rst; charset=UTF-8

0 commit comments

Comments
 (0)