Skip to content

Commit

Permalink
Manual version bump to 0.53.1
Browse files Browse the repository at this point in the history
  • Loading branch information
juhoinkinen committed Jul 1, 2021
1 parent efced0a commit c7297ff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,14 @@ steps:
image: plugins/docker
settings:
<<: *docker_settings
auto_tag: true
tags:
- '0.53.1'
- '0.53'
when:
branch:
- master
- release-0.53.1
event:
- tag
- push

---
kind: secret
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.54.0-dev
current_version = 0.53.1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def read(fname):

setup(
name='annif',
version='0.54.0-dev',
version='0.53.1',
url='https://github.com/NatLibFi/Annif',
author='Osma Suominen',
author_email='[email protected]',
Expand Down

0 comments on commit c7297ff

Please sign in to comment.