Skip to content

Commit aa5c2e0

Browse files
committed
Release 1.8.0
1 parent df461e6 commit aa5c2e0

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Tests
22

33
on:
44
push:
5+
branches:
6+
- '**'
57
pull_request:
68
branches:
79
- master

CHANGELOG.rst

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Changelog
66

77
.. changelog::
88
:version: 1.8.0
9+
:released: 07.01.2022
910

1011
.. change::
1112
:tags: general, breaking

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ between ``setuptools-git-versioning`` and other tools.
5757
Documentation
5858
--------------
5959

60-
See https://setuptools-git-versioning.readthedocs.io
60+
See https://setuptools-git-versioning.readthedocs.io/en/stable/
6161

6262
.. contribution
6363

docs/differences.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ General information
2121
+------------------------------------+-----------------+----------------+--------------------+
2222
| Package | Latest release | License | PEP 440 compatible |
2323
+====================================+=================+================+====================+
24-
| setuptools-git-versioning | 2021 | MIT | yes |
24+
| setuptools-git-versioning | 2022 | MIT | yes |
2525
+------------------------------------+-----------------+----------------+--------------------+
2626
| setuptools-scm | 2021 | MIT | yes |
2727
+------------------------------------+-----------------+----------------+--------------------+

0 commit comments

Comments
 (0)