Skip to content

Commit f2fe118

Browse files
committed
Release 6.6.0
1 parent 5937ebc commit f2fe118

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
strategy:
5757
matrix:
5858
python-version:
59-
- "3.8"
59+
- "3.10"
6060
steps:
6161
- uses: "actions/checkout@master"
6262
- name: "🐍 Set up Python ${{ matrix.python-version }}"

setup.py

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

33
setup(
44
name="colorlog",
5-
version="6.6.0",
5+
version="6.7.0",
66
description="Add colours to the output of Python's logging module.",
77
long_description=open("README.md").read(),
88
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)