Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
Bump version 9.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel committed Jul 30, 2018
1 parent 46029c9 commit b0e2722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tango/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class Release:
- license: (str) the license
"""
name = 'pytango'
version_info = (9, 2, 4, 'dev', 0)
version_info = (9, 2, 4)
version = '.'.join(map(str, version_info[:3]))
release = ''.join(map(str, version_info[3:]))
separator = '.' if 'dev' in release or 'post' in release else ''
Expand Down

0 comments on commit b0e2722

Please sign in to comment.