Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Features
--------

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

Bug Fixes
---------
Expand Down
12 changes: 12 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ A Python module for `semantic versioning`_. Simplifies comparing versions.

.. teaser-end

.. note::

With version 2.9.0 we've moved the GitHub project. The project is now
located under the organization ``python-semver``.
The complete URL is::

https://github.com/python-semver/python-semver

If you still have an old repository, correct your upstream URL to the new URL::

$ git remote set-url upstream git@github.com:python-semver/python-semver.git


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

Expand Down