Skip to content

Commit de59a1c

Browse files
committed
Bump to version 10.5.2
1 parent ba6ba70 commit de59a1c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Current version:
167167

168168
```shell
169169
$ byexample -V
170-
byexample 10.5.1 (Python <...>) - GNU GPLv3
170+
byexample 10.5.2 (Python <...>) - GNU GPLv3
171171
<...>
172172
Copyright (C) Di Paola Martin - https://byexamples.github.io
173173
<...>

byexample/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'''Write snippets of code in C++, Python, Ruby, and others as documentation and execute them as regression tests.'''
22

3-
__version__ = "10.5.1"
3+
__version__ = "10.5.2"
44

55
_author = 'Di Paola Martin'
66
_license = 'GNU GPLv3'

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Current version:
191191

192192
```shell
193193
$ byexample -V
194-
byexample 10.5.1 (Python <...>) - GNU GPLv3
194+
byexample 10.5.2 (Python <...>) - GNU GPLv3
195195
<...>
196196
Copyright (C) Di Paola Martin - https://byexamples.github.io
197197
<...>

docs/recipes/pre-commit.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The proposed configuration that you need to write in
1212
```yaml
1313
repos:
1414
- repo: https://github.com/byexamples/byexample
15-
rev: 10.5.1
15+
rev: 10.5.2
1616
hooks:
1717
- id: byexample
1818
types_or: [markdown, python]
@@ -46,7 +46,7 @@ let's name it `boptions`, and load it as follows:
4646
```yaml
4747
repos:
4848
- repo: https://github.com/byexamples/byexample
49-
rev: 10.5.1
49+
rev: 10.5.2
5050
hooks:
5151
- id: byexample
5252
types_or: [markdown, python]

0 commit comments

Comments
 (0)