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

Commit

Permalink
Release pytango v9.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel committed Sep 27, 2017
1 parent 8f1718f commit c8147d7
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, 2, 'dev', 0)
version_info = (9, 2, 2)
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 c8147d7

Please sign in to comment.