Skip to content

Commit ca9a527

Browse files
committed
add note to the README about branches
1 parent 5582b2e commit ca9a527

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,12 @@ Linux and MacOS wheels ship with [Qt 4.8.7](http://doc.qt.io/qt-4.8/lgpl.html) l
134134

135135
### Releases
136136

137-
A release is made and uploaded to PyPI when a new tag is pushed to master branch. These tags differentiate packages (this repo might have modifications but OpenCV version stays same) and should be incremented sequentially. In practice, release version numbers look like this:
137+
A release is made and uploaded to PyPI when a new tag is pushed to the repo. These tags differentiate packages (this repo might have modifications but OpenCV version stays same) and should be incremented sequentially. In practice, release version numbers look like this:
138138

139139
``cv_major.cv_minor.cv_revision.package_revision`` e.g. ``3.1.0.0``
140140

141+
The master branch follows OpenCV master branch releases. 3.4 branch follows OpenCV 3.4 bugfix releases.
142+
141143
### Development builds
142144

143145
Every commit to the master branch of this repo will be built. Possible build artifacts use local version identifiers:

0 commit comments

Comments
 (0)