Skip to content

Commit 53cbbd1

Browse files
committed
Bump version: 0.12.1 → 0.12.2
1 parent 35bf3e9 commit 53cbbd1

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

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)