Skip to content

Commit

Permalink
#145 Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
roskakori committed May 12, 2024
1 parent 98a8b2c commit 401fafc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/roskakori/pygount/issues/145>`_).

Version 1.6.1, 2023-07-02

* Fixed missing check for seekable file handles (issue
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
Expand Down

0 comments on commit 401fafc

Please sign in to comment.