You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ Version 2.9.1 (WIP)
14
14
Features
15
15
--------
16
16
17
+
* :gh:`177` (:pr:`178`): Fixed repository and CI links (moved https://github.com/k-bx/python-semver/ repository to https://github.com/python-semver/python-semver/)
Copy file name to clipboardExpand all lines: release-procedure.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,24 +2,24 @@
2
2
Release procedure
3
3
#################
4
4
5
-
* Verify that issues about new release are closed https://github.com/k-bx/python-semver/issues and verify that no pull requests that should be included in this release haven't been left out https://github.com/k-bx/python-semver/pulls
5
+
* Verify that issues about new release are closed https://github.com/python-semver/python-semver/issues and verify that no pull requests that should be included in this release haven't been left out https://github.com/python-semver/python-semver/pulls
6
6
7
-
* Verify that continuous integration for latest build was passing https://travis-ci.org/k-bx/python-semver
7
+
* Verify that continuous integration for latest build was passing https://travis-ci.com/python-semver/python-semver
8
8
9
-
* Verify that `__version__` in [semver.py](https://github.com/k-bx/python-semver/blob/master/semver.py) have been updated and follow https://semver.org/
9
+
* Verify that `__version__` in [semver.py](https://github.com/python-semver/python-semver/blob/master/semver.py) have been updated and follow https://semver.org/
10
10
11
-
* Verify that [CHANGELOG](https://github.com/k-bx/python-semver/blob/master/CHANGELOG.rst) have been updated. No WIP should be present in CHANGELOG during release!
11
+
* Verify that [CHANGELOG](https://github.com/python-semver/python-semver/blob/master/CHANGELOG.rst) have been updated. No WIP should be present in CHANGELOG during release!
12
12
13
13
* If one or several supported Python versions have been removed or added, verify that the 3 following files have been updated:
* Verify that doc reflecting new changes have been updated and are available at https://python-semver.readthedocs.io/en/latest/ If necessary, trigger doc build at https://readthedocs.org/projects/python-semver/
19
19
20
-
* Add eventually new contributor(s) to [CONTRIBUTORS](https://github.com/k-bx/python-semver/blob/master/CONTRIBUTORS)
20
+
* Add eventually new contributor(s) to [CONTRIBUTORS](https://github.com/python-semver/python-semver/blob/master/CONTRIBUTORS)
21
21
22
-
* Ensure that long description (ie [README.rst](https://github.com/k-bx/python-semver/blob/master/README.rst)) can be correctly rendered by Pypi using `restview --long-description`
22
+
* Ensure that long description (ie [README.rst](https://github.com/python-semver/python-semver/blob/master/README.rst)) can be correctly rendered by Pypi using `restview --long-description`
23
23
24
24
* Upload to PyPI
25
25
@@ -38,4 +38,4 @@ git tag -a x.x.x -m 'Version x.x.x'
38
38
git push python-semver master --tags
39
39
```
40
40
41
-
or using GitHub web interface available at https://github.com/k-bx/python-semver/releases
41
+
or using GitHub web interface available at https://github.com/python-semver/python-semver/releases
0 commit comments