Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
snf-image-creator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
itminedu
snf-image-creator
Commits
4fecb169
Commit
4fecb169
authored
Jun 26, 2013
by
Nikos Skalkotos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version to 0.4.1
parent
628054a7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
7 deletions
+11
-7
ChangeLog
ChangeLog
+4
-0
docs/conf.py
docs/conf.py
+2
-2
image_creator/version.py
image_creator/version.py
+4
-4
version
version
+1
-1
No files found.
ChangeLog
View file @
4fecb169
2013-06-21, v0.4.1
* Fix a bug that caused an abnormal termination when trying to
determine the available users in a Windows image
2013-06-21, v0.4
* Populate the USERS metadata in Windows images
* Support kamaki 0.9 and synnefo 0.14
...
...
docs/conf.py
View file @
4fecb169
...
...
@@ -50,9 +50,9 @@ copyright = u'2012, 2013 GRNET S.A. All rights reserved'
# built documents.
#
# The short X.Y version.
version
=
'0.4'
version
=
'0.4
.1
'
# The full version, including alpha/beta/rc tags.
release
=
'0.4'
release
=
'0.4
.1
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
image_creator/version.py
View file @
4fecb169
__version__
=
"0.4"
__version_info__
=
[
'0'
,
'4'
]
__version__
=
"0.4
.1
"
__version_info__
=
[
'0'
,
'4'
,
'1'
]
__version_vcs_info__
=
{
'branch'
:
'master'
,
'revid'
:
'
be73902
'
,
'revno'
:
31
0
}
'revid'
:
'
628054a
'
,
'revno'
:
31
3
}
__version_user_info__
=
"skalkoto@darkstar.admin.grnet.gr"
version
View file @
4fecb169
0.4
0.4
.1
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