Skip to content

Commit 8dbeb67

Browse files
committed
Get ready to releas 0.75.2
1 parent e829b6a commit 8dbeb67

File tree

3 files changed

+43
-3
lines changed

3 files changed

+43
-3
lines changed

INSTALL.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pkg-config 0.23 http://pkg-config.freedesktop.org/
2020
pytz core http://pytz.sourceforge.net/
2121
glib 2.20 fs http://www.gtk.org/
2222
pygobject 2.20 fs http://www.pygtk.org/
23-
pygit2 0.19.0 pkg, database https://github.com/libgit2/pygit2
23+
pygit2 0.20.3 pkg, database https://github.com/libgit2/pygit2
2424
Git 1.7 pkg, database http://git-scm.com/
2525
libsoup 2.28 web http://live.gnome.org/LibSoup
2626
reportlab 2.3 pdf http://www.reportlab.org/
@@ -130,7 +130,7 @@ Verify it works, by:
130130
Type "help", "copyright", "credits" or "license" for more information.
131131
>>> import itools
132132
>>> itools.__version__
133-
'0.75.0'
133+
'0.75.2'
134134
>>>
135135

136136
Note: When building pynumy do not use ATLAS use optimized blas library as this breaks the install.

RELEASE-0.75.2

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
itools 0.75.2 (2014/08/15)
2+
==========================
3+
4+
itools is a Python library, it groups a number of packages into a single
5+
meta-package for easier development and deployment:
6+
7+
itools.abnf itools.ical itools.srx
8+
itools.core itools.log itools.stl
9+
itools.csv itools.loop itools.tmx
10+
itools.database itools.odf itools.uri
11+
itools.datatypes itools.office itools.web
12+
itools.fs itools.pdf itools.workflow
13+
itools.gettext itools.pkg itools.xliff
14+
itools.handlers itools.python itools.xml
15+
itools.html itools.relaxng itools.xmlfile
16+
itools.i18n itools.rss
17+
18+
- Trying to get "pip install itools" to work
19+
- Upgrade to itools 0.20 or 0.21
20+
- database: speed up saving changes
21+
22+
Work on the database sponsered by Agicia (http://www.agicia.com/)
23+
24+
Resources
25+
---------
26+
27+
Download
28+
http://download.hforge.org/itools/0.75/itools-0.75.2.tar.gz
29+
30+
Home
31+
http://www.hforge.org/itools/
32+
33+
Documentation
34+
http://www.hforge.org/itools/docs
35+
36+
Mailing list
37+
http://lists.hforge.org/mailman/listinfo/itools
38+
39+
Bug Tracker
40+
http://bugs.hforge.org/

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
version = '0.75'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '0.75.0'
55+
release = '0.75.2'
5656

5757
# The language for content autogenerated by Sphinx. Refer to documentation
5858
# for a list of supported languages.

0 commit comments

Comments
 (0)