Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.toolbox
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Iliya Manolov
slapos.toolbox
Commits
4a21f210
Commit
4a21f210
authored
12 years ago
by
Cédric de Saint Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Advertise development of new version
parent
6f20726b
master
agent3
apache-promise
cygwin-resdemo
erp5-resiliency-test
erp5-resiliency-test-no-debug
kvm-monitor
kvmresiliency
monitor
revert-30b6b285
slaprunner
slaprunner-dev
slaprunner-paas
warning_branch
0.65
0.64
0.63
0.62
0.61
0.60
0.59
0.58
0.57
0.56
0.55
0.54
0.53
0.52
0.51
0.50
0.49
0.48
0.47.2
0.47.1
0.47
0.46.1
0.46.0
0.45.3
0.45.2
0.45.0
0.44.0
0.43.0
0.42.0
0.41.0
0.40.4
0.40.3
0.40.2
0.40.1
0.40
0.39.4
0.39.3
0.39.2
0.39.1
0.39
0.38.1
0.38
0.37.4
0.37.3
0.37.2
0.37.1
0.37
0.36
0.35.1
0.35
0.33
0.32
0.31.1
0.31
0.30
0.29.1
0.29
0.28.2
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
CHANGES.txt
CHANGES.txt
+5
-0
setup.py
setup.py
+1
-1
No files found.
CHANGES.txt
View file @
4a21f210
0.28.2 (Unreleased)
===================
* No change yet.
0.28.1 (2012-08-15)
===================
...
...
This diff is collapsed.
Click to expand it.
setup.py
View file @
4a21f210
...
...
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import
glob
import
os
version
=
'0.28.
1
'
version
=
'0.28.
2-dev
'
name
=
'slapos.toolbox'
long_description
=
open
(
"README.txt"
).
read
()
+
"
\
n
"
+
\
open
(
"CHANGES.txt"
).
read
()
+
"
\
n
"
...
...
This diff is collapsed.
Click to expand it.
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