Revision 3784c7c1

b/ChangeLog
1
2013-07-31, v0.4.4
2
	* Fix a bug where the system tried to use file scrubbing without
3
          checking if it was supported
4

  
1 5
2013-07-18, v0.4.3
2 6
	* Force TERM=linux when working on xterm. This makes dialog behave
3 7
	  better under OpenSUSE
b/docs/conf.py
50 50
# built documents.
51 51
#
52 52
# The short X.Y version.
53
version = '0.4.3'
53
version = '0.4.4'
54 54
# The full version, including alpha/beta/rc tags.
55
release = '0.4.3'
55
release = '0.4.4'
56 56

  
57 57
# The language for content autogenerated by Sphinx. Refer to documentation
58 58
# for a list of supported languages.
b/image_creator/version.py
1

  
2
__version__ = "0.4.3"
1
__version__ = "0.4.4"
2
__version_info__ = ['0', '4', '4']
3 3
__version_vcs_info__ = {
4
    'branch': 'master',
5
    'revid': '9f0e45e',
6
    'revno': 319}
7
__version_user_email__ = "skalkoto@grnet.gr"
8
__version_user_name__ = "Nikos Skalkotos"
4
    'branch': 'hotfix-0.4.4',
5
    'revid': 'ce66ae3',
6
    'revno': 322}
7
__version_user_info__ = "skalkoto@darkstar.admin.grnet.gr"

Also available in: Unified diff