Skip to content

Commit

Permalink
Bump to version 10.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eldipa committed Jan 16, 2022
1 parent e972e26 commit 316db5b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Current version:

```shell
$ byexample -V
byexample 10.4.1 (Python <...>) - GNU GPLv3
byexample 10.4.2 (Python <...>) - GNU GPLv3
<...>
Copyright (C) Di Paola Martin - https://byexamples.github.io
<...>
Expand Down
2 changes: 1 addition & 1 deletion byexample/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'''Write snippets of code in C++, Python, Ruby, and others as documentation and execute them as regression tests.'''

__version__ = "10.4.1"
__version__ = "10.4.2"

_author = 'Di Paola Martin'
_license = 'GNU GPLv3'
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Current version:

```shell
$ byexample -V
byexample 10.4.1 (Python <...>) - GNU GPLv3
byexample 10.4.2 (Python <...>) - GNU GPLv3
<...>
Copyright (C) Di Paola Martin - https://byexamples.github.io
<...>
Expand Down
4 changes: 2 additions & 2 deletions docs/recipes/pre-commit.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The proposed configuration that you need to write in
```yaml
repos:
- repo: https://github.com/byexamples/byexample
rev: 10.4.1
rev: 10.4.2
hooks:
- id: byexample
types_or: [markdown, python]
Expand Down Expand Up @@ -46,7 +46,7 @@ let's name it `boptions`, and load it as follows:
```yaml
repos:
- repo: https://github.com/byexamples/byexample
rev: 10.4.1
rev: 10.4.2
hooks:
- id: byexample
types_or: [markdown, python]
Expand Down

0 comments on commit 316db5b

Please sign in to comment.