Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
snf-image-creator
Commits
92bfe974
Commit
92bfe974
authored
Mar 19, 2013
by
Nikos Skalkotos
Browse files
Bump version to 0.2.5
parent
aa04fb4e
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
92bfe974
2013-03-19, v0.2.5
* Add support for private images
* Only use the token to authenticate to synnefo
* Show the user-provided info in the confirmation dialog of the wizard
* Fix minor typos & bugs
2013-03-06, v0.2.4
* Rename README.rst to README
* Enforce raw image format in libguestfs
...
...
docs/conf.py
View file @
92bfe974
...
...
@@ -50,9 +50,9 @@ copyright = u'2012, 2013 GRNET S.A. All rights reserved'
# built documents.
#
# The short X.Y version.
version
=
'0.2.
4
'
version
=
'0.2.
5
'
# The full version, including alpha/beta/rc tags.
release
=
'0.2.
4
'
release
=
'0.2.
5
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
image_creator/__init__.py
View file @
92bfe974
...
...
@@ -31,6 +31,6 @@
# interpreted as representing official policies, either expressed
# or implied, of GRNET S.A.
__version__
=
'0.2.
4
'
__version__
=
'0.2.
5
'
# vim: set sta sts=4 shiftwidth=4 sw=4 et ai :
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment