2 Commits

Author SHA1 Message Date
b350224f06 Bump to 4.6.1 2022-09-17 01:21:00 +02:00
7dd945adbb revert linux font path to ~/.fonts/ 2022-09-17 01:20:33 +02:00
5 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [4.6.0] - 2022-06-23
## [4.6.0] - 2022-09-17
### Added
- CTkProgressBar indeterminate mode, automatic progress loop with .start() and .stop()

View File

@ -1,4 +1,4 @@
__version__ = "4.6.0"
__version__ = "4.6.1"
import os
import sys

View File

@ -6,7 +6,7 @@ from typing import Union
class FontManager:
linux_font_path = "~/.local/share/fonts/"
linux_font_path = "~/.fonts/"
@classmethod
def init_font_manager(cls):

View File

@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
github_url = "https://github.com/TomSchimansky/CustomTkinter"
[tool.tbump.version]
current = "4.6.0"
current = "4.6.1"
# Example of a semver regexp.
# Make sure this matches current_version before

View File

@ -1,6 +1,6 @@
[metadata]
name = customtkinter
version = 4.6.0
version = 4.6.1
description = Create modern looking GUIs with Python
long_description = CustomTkinter UI-Library\n\n[](https://github.com/TomSchimansky/CustomTkinter/blob/master/documentation_images/Windows_dark.png)\n\nMore Information: https://github.com/TomSchimansky/CustomTkinter
long_description_content_type = text/markdown