Skip to content

Commit b6e49ff

Browse files
committed
Version 6.12
1 parent f9f657f commit b6e49ff

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Since tox builds and installs dependencies from scratch, using `pytest`_ for fas
5454
License information
5555
-------------------
5656

57-
Copyright (C) 2011-2024 Angelo Dell'Aera <[email protected]>
57+
Copyright (C) 2011-2025 Angelo Dell'Aera <[email protected]>
5858

5959
License: GNU General Public License, version 2
6060

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@
4444

4545
# General information about the project.
4646
project = u'Thug'
47-
copyright = u'2011-2024, Angelo Dell\'Aera'
47+
copyright = u'2011-2025, Angelo Dell\'Aera'
4848

4949
# The version info for the project you're documenting, acts as replacement for
5050
# |version| and |release|, also used in various other places throughout the
5151
# built documents.
5252
#
5353
# The short X.Y version.
54-
version = '6.11'
54+
version = '6.12'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '6.11'
56+
release = '6.12'
5757

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.

thug/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import appdirs
55

6-
__version__ = "6.11"
6+
__version__ = "6.12"
77
__jsengine__ = ""
88
__jsengine_version__ = ""
99

tools/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ its efficiency.
66

77
## License information
88

9-
Copyright (C) 2011-2024 Angelo Dell'Aera <[email protected]>
9+
Copyright (C) 2011-2025 Angelo Dell'Aera <[email protected]>
1010

1111
License: GNU General Public License, version 2; see COPYING.txt
1212
included in this archive for details.

0 commit comments

Comments
 (0)