Skip to content

Commit

Permalink
Bump version to 1.3.6 and update changelog with minor bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zingzy committed Dec 1, 2024
1 parent f636e54 commit f1af1c3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ https://github.com/Zingzy/hPyT/assets/90309290/f86df1c7-b75b-4477-974a-eb34cc117
- [Stylize text](#stylize-text)
- [Workaround for other libraries](#workaround-for-other-libraries)
- [📜 hPyT Changelog](#-hpyt-changelog)
- [v1.3.6](#v136)
- [v1.3.5](#v135)
- [v1.3.4](#v134)
- [v1.3.3](#v133)
Expand Down Expand Up @@ -74,7 +75,7 @@ https://github.com/Zingzy/hPyT/assets/90309290/f86df1c7-b75b-4477-974a-eb34cc117
## 📦 Installing

```powershell
pip install hPyT==1.3.5
pip install hPyT==1.3.6
```

## 📥 Importing
Expand Down Expand Up @@ -367,6 +368,10 @@ rainbow_border.start(hwnd)

## 📜 hPyT Changelog

### v1.3.6

- Minor Bug Fixes

### v1.3.5

- Add feature for automatically changing the accent color of the titlebar and border
Expand Down
4 changes: 2 additions & 2 deletions hPyT/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
hPyT - Hack Python Titlebar
Author - zingzy
version - 1.3.5
version - 1.3.6
License - MIT
Homepage - https://github.com/zingzy/hPyT
"""
Expand Down Expand Up @@ -44,4 +44,4 @@
"get_accent_color",
]

__version__ = "1.3.5"
__version__ = "1.3.6"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="hPyT",
version="1.3.5",
version="1.3.6",
description="Hack Python Titlebar - A package to manipulate windows and titlebar of GUI applications made using python.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit f1af1c3

Please sign in to comment.