forked from openlp/openlp
Add 2.1.4 to the list of allowed tags.
This commit is contained in:
parent
07b7d9b6a9
commit
b1237b6b6a
@ -42,3 +42,4 @@ __pycache__
|
|||||||
*.~\?~
|
*.~\?~
|
||||||
.coverage
|
.coverage
|
||||||
cover
|
cover
|
||||||
|
*.kdev4
|
||||||
|
@ -46,7 +46,8 @@ TAGS = [
|
|||||||
['2.1.0', '2119'],
|
['2.1.0', '2119'],
|
||||||
['2.1.1', '2438'],
|
['2.1.1', '2438'],
|
||||||
['2.1.2', '2488'],
|
['2.1.2', '2488'],
|
||||||
['2.1.3', '2513']
|
['2.1.3', '2513'],
|
||||||
|
['2.1.4', '2532']
|
||||||
]
|
]
|
||||||
# Depending on the repository, we sometimes have the 2.0.x tags in the repo too. They come up with a revision number of
|
# Depending on the repository, we sometimes have the 2.0.x tags in the repo too. They come up with a revision number of
|
||||||
# "?", which I suspect is due to the fact that we're using shared repositories. This regular expression matches all
|
# "?", which I suspect is due to the fact that we're using shared repositories. This regular expression matches all
|
||||||
|
Loading…
Reference in New Issue
Block a user