Skip to content

Commit

Permalink
Merge pull request #99 from roskakori/91-fix-missing-output-with-sloc…
Browse files Browse the repository at this point in the history
…count

#91 Fix missing output with sloccount
  • Loading branch information
roskakori authored Jan 2, 2023
2 parents 090302e + 46f57b5 commit fac7f7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yml → .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
version: 2

build:
os: "ubuntu-20.04"
os: "ubuntu-22.04"
tools:
python: "3.8"
python: "3.10"

# Build from the docs/ directory with Sphinx
sphinx:
Expand Down
2 changes: 1 addition & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Changes

This chapter describes the changes coming with each new version of pygount.

Version 1.5.1, 2022-12-31
Version 1.5.1, 2023-01-02

* Removed progress bar for ``--format=sloccount`` because it resulted into
blank lines when running on Windows and could cause interwoven output on
Expand Down

0 comments on commit fac7f7b

Please sign in to comment.