Skip to content

Commit

Permalink
Merge branch 'main' release back into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
CI Runner committed May 6, 2023
2 parents 6023305 + 108a16d commit 20d1331
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# https://commitizen-tools.github.io/commitizen/
name = "cz_conventional_commits"
changelog_start_rev = "v0.0.0"
version = "1.1.9"
version = "1.1.10"
tag_format = "v$version"
annotated_tag = true
gpg_sign = true
Expand Down
9 changes: 6 additions & 3 deletions NEWS-VERSION.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
prunerr 1.1.9 (2023-05-06)
==========================
prunerr 1.1.10 (2023-05-06)
===========================

No significant changes.
Bugfixes
--------

- Upgrade all requirements to the latest versions as of Sat May 6 17:01:32 UTC 2023.

9 changes: 9 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
prunerr 1.1.10 (2023-05-06)
===========================

Bugfixes
--------

- Upgrade all requirements to the latest versions as of Sat May 6 17:01:32 UTC 2023.


prunerr 1.1.9 (2023-05-06)
==========================

Expand Down
2 changes: 1 addition & 1 deletion requirements/py310/devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ pygments==2.15.1
# via
# pyroma
# rich
pylint==2.17.3
pylint==2.17.4
# via
# prospector
# pylint-celery
Expand Down
2 changes: 1 addition & 1 deletion requirements/py311/devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ pygments==2.15.1
# via
# pyroma
# rich
pylint==2.17.3
pylint==2.17.4
# via
# prospector
# pylint-celery
Expand Down
2 changes: 1 addition & 1 deletion requirements/py37/devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ pygments==2.15.1
# via
# pyroma
# rich
pylint==2.17.3
pylint==2.17.4
# via
# prospector
# pylint-celery
Expand Down
2 changes: 1 addition & 1 deletion requirements/py38/devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ pygments==2.15.1
# via
# pyroma
# rich
pylint==2.17.3
pylint==2.17.4
# via
# prospector
# pylint-celery
Expand Down
2 changes: 1 addition & 1 deletion requirements/py39/devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ pygments==2.15.1
# via
# pyroma
# rich
pylint==2.17.3
pylint==2.17.4
# via
# prospector
# pylint-celery
Expand Down

0 comments on commit 20d1331

Please sign in to comment.