From 401fafc1dd1f5542db14f607546ea86eb1485e8a Mon Sep 17 00:00:00 2001 From: Thomas Aglassinger Date: Sun, 12 May 2024 10:35:54 +0200 Subject: [PATCH] #145 Bump version --- docs/changes.rst | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/changes.rst b/docs/changes.rst index 8682779..6814f24 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -5,6 +5,11 @@ Changes This chapter describes the changes coming with each new version of pygount. +Version 1.7.0, 2023-07-02 + +* Add Python 3.12 and made it the main version for CI (issue + `#145 `_). + Version 1.6.1, 2023-07-02 * Fixed missing check for seekable file handles (issue diff --git a/pyproject.toml b/pyproject.toml index 2e85234..513b10f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ testpaths = [ [tool.poetry] name = "pygount" -version = "1.6.1" +version = "1.7.0" description = "count source lines of code (SLOC) using pygments" readme = "README.md" authors = ["Thomas Aglassinger "]