Skip to content

Commit edfec5d

Browse files
committed
Add note for GH repo to new python-semver org
* Mentioned in #177 and #178 * Update CHANGELOG.rst
1 parent e2b07af commit edfec5d

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Features
1515
--------
1616

1717
* :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/)
18+
* :pr:`179`: Added note about moving this project to the new python-semver organization on GitHub
1819

1920
Bug Fixes
2021
---------

README.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ A Python module for `semantic versioning`_. Simplifies comparing versions.
99

1010
.. teaser-end
1111
12+
.. note::
13+
14+
With version 2.9.0 we've moved the GitHub project. The project is now
15+
located under the organization ``python-semver``.
16+
The complete URL is::
17+
18+
https://github.com/python-semver/python-semver
19+
20+
If you still have an old repository, correct your upstream URL to the new URL::
21+
22+
$ git remote set-url upstream git@github.com:python-semver/python-semver.git
23+
1224

1325
The module follows the ``MAJOR.MINOR.PATCH`` style:
1426

0 commit comments

Comments
 (0)