Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Romain Courteaud
erp5
Commits
180cbb95
Commit
180cbb95
authored
Feb 29, 2012
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 0.4.1 erp5.util.
parent
3f80ebf8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
CHANGES.erp5.util.txt
CHANGES.erp5.util.txt
+6
-2
setup.py
setup.py
+1
-1
No files found.
CHANGES.erp5.util.txt
View file @
180cbb95
Changes
Changes
=======
=======
0.4
(unreleased
)
0.4
.1 (2012-02-29
)
----------------
----------------
* No changes yet.
* erp5.util.testnode:
- Improve testnode's reliability when contacting remote master
- Try to build software releases multiple times before giving up
0.3 (2011-12-23)
0.3 (2011-12-23)
----------------
----------------
...
...
setup.py
View file @
180cbb95
...
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
...
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import
glob
import
glob
import
os
import
os
version
=
'0.4
-dev
'
version
=
'0.4
.1
'
name
=
'erp5.util'
name
=
'erp5.util'
long_description
=
open
(
"README.erp5.util.txt"
).
read
()
+
"
\
n
"
long_description
=
open
(
"README.erp5.util.txt"
).
read
()
+
"
\
n
"
...
...
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