Skip to content

Commit 350c9a6

Browse files
committed
build(release): deliver 0.7.5
1 parent 3d68f7f commit 350c9a6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2020-2024 Flavio Garcia
189+
Copyright 2020-2025 Flavio Garcia
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ initiatives. Available under the
2828
This website and all documentation are licensed under
2929
[Creative Commons 3.0](http://creativecommons.org/licenses/by/3.0/).
3030

31-
Copyright © 2020-2024 Flavio Garcia
31+
Copyright © 2020-2025 Flavio Garcia

peasant/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020-2024 Flavio Garcia
1+
# Copyright 2020-2025 Flavio Garcia
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
__author__ = "Flavio Garcia <piraz@candango.org>"
16-
__version__ = (0, 7, 4)
16+
__version__ = (0, 7, 5)
1717
__licence__ = "Apache License V2.0"
1818

1919

0 commit comments

Comments
 (0)