Skip to content

Commit fb731c9

Browse files
committed
chore: bump version 2.2
1 parent 3c79278 commit fb731c9

5 files changed

Lines changed: 28 additions & 6 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Dear PyGui, LLC
3+
Copyright (c) 2026 Dear PyGui, LLC
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

dearpygui/_dearpygui.pyi

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dearpygui/dearpygui.py

Lines changed: 24 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# -- Project information -----------------------------------------------------
1717

1818
project = 'Dear PyGui'
19-
copyright = '2025, Jonathan Hoffstadt and Preston Cothren'
19+
copyright = '2026, Jonathan Hoffstadt and Preston Cothren'
2020
author = 'Jonathan Hoffstadt and Preston Cothren'
2121

2222

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import shutil
1010
import subprocess
1111

12-
wip_version = "2.1.1"
12+
wip_version = "2.2"
1313

1414
def version_number():
1515
"""This function reads the version number which is populated by github actions"""

0 commit comments

Comments
 (0)