Skip to content

Commit ed7dbf2

Browse files
authored
Merge pull request #12 from hx2A/release0105a0
release 0.10.5a0
2 parents cc53ff3 + 72d16fc commit ed7dbf2

148 files changed

Lines changed: 3366 additions & 2746 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

py5/__init__.py

Lines changed: 2096 additions & 2066 deletions
Large diffs are not rendered by default.

py5/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This library is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU Lesser General Public License as published by

py5/bridge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This library is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU Lesser General Public License as published by

py5/color.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This library is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU Lesser General Public License as published by

py5/create_font_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This library is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU Lesser General Public License as published by

py5/custom_exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This library is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU Lesser General Public License as published by

py5/decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This library is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU Lesser General Public License as published by

py5/font.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This library is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU Lesser General Public License as published by

0 commit comments

Comments
 (0)