File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -663,7 +663,7 @@ Full changes: <https://github.com/Decompollaborate/mapfile_parser/compare/702a73
663663
664664- Initial release
665665
666- [ unreleased ] : https://github.com/Decompollaborate/mapfile_parser/compare/master...develop
666+ [ unreleased ] : https://github.com/Decompollaborate/mapfile_parser/compare/2.11.0...HEAD
667667[ 2.11.0 ] : https://github.com/Decompollaborate/mapfile_parser/compare/2.10.0...2.11.0
668668[ 2.10.0 ] : https://github.com/Decompollaborate/mapfile_parser/compare/2.9.4...2.10.0
669669[ 2.9.4 ] : https://github.com/Decompollaborate/mapfile_parser/compare/2.9.3...2.9.4
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ mapfile_parser>=2.11.0,<3.0.0
4141
4242#### Development version
4343
44- The unstable development version is located at the [ develop ] ( https://github.com/Decompollaborate/mapfile_parser/tree/develop )
45- branch. PRs should be made into that branch instead of the main one .
44+ The unstable development version is located at the
45+ [ 2.x ] ( https://github.com/Decompollaborate/mapfile_parser/tree/2.x ) branch.
4646
4747The recommended way to install a locally cloned repo is by passing the ` -e `
4848(editable) flag to ` pip ` .
@@ -52,11 +52,11 @@ python3 -m pip install -e .
5252```
5353
5454In case you want to mess with the latest development version without wanting to
55- clone the repository, then you could use the following command:
55+ clone the repository, you could use the following command:
5656
5757``` bash
5858python3 -m pip uninstall mapfile_parser
59- python3 -m pip install git+https://github.com/Decompollaborate/mapfile_parser.git@develop
59+ python3 -m pip install git+https://github.com/Decompollaborate/mapfile_parser.git@2.x
6060```
6161
6262NOTE: Installing the development version is not recommended unless you know what
You can’t perform that action at this time.
0 commit comments