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
2eb7dff0
Commit
2eb7dff0
authored
Mar 28, 2013
by
Nikos Skalkotos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version to 0.2.8
parent
e9a2d318
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
ChangeLog
ChangeLog
+4
-0
docs/conf.py
docs/conf.py
+2
-2
image_creator/__init__.py
image_creator/__init__.py
+1
-1
No files found.
ChangeLog
View file @
2eb7dff0
2013-03-28, v0.2.8
* Fix a bug in wizard mode
* Cleanup and refine the code
2013-03-21, v0.2.7
* Fix a bug in host bundling mode where some files were erroneously
excluded from the image
...
...
docs/conf.py
View file @
2eb7dff0
...
...
@@ -50,9 +50,9 @@ copyright = u'2012, 2013 GRNET S.A. All rights reserved'
# built documents.
#
# The short X.Y version.
version
=
'0.2.
7
'
version
=
'0.2.
8
'
# The full version, including alpha/beta/rc tags.
release
=
'0.2.
7
'
release
=
'0.2.
8
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
image_creator/__init__.py
View file @
2eb7dff0
...
...
@@ -31,6 +31,6 @@
# interpreted as representing official policies, either expressed
# or implied, of GRNET S.A.
__version__
=
'0.2.
7
'
__version__
=
'0.2.
8
'
# 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