Changeset 958
- Timestamp:
- 05/03/11 15:56:40 (13 months ago)
- Location:
- trunk
- Files:
-
- 3 modified
- 1 moved
-
LICENSE (moved) (moved from trunk/COPYING)
-
MANIFEST.in (modified) (1 diff)
-
changelog (modified) (1 diff)
-
src/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/MANIFEST.in
r929 r958 6 6 include examples/*.py 7 7 include doc/*.txt 8 include COPYING 8 include LICENSE 9 include AUTHORS 9 10 include changelog 10 11 -
trunk/changelog
r929 r958 1 ==================== 2 Release 0.7.1 (r958) 3 ==================== 4 5 The main reason for this release is to add copyright statements, without which 6 the validity of the CeCILL licence could be questioned. There are also some 7 minor bug fixes. 8 1 9 ==================== 2 10 Release 0.7.0 (r929) -
trunk/src/__init__.py
r957 r958 71 71 72 72 __version__ = '0.7.1 ( $Rev$)'.replace(' $','') 73 __all__ = ["common", "random", "nest", "neuron", "pcsim", "brian", " nemo", "recording", "errors", "space", "descriptions", "standardmodels"]73 __all__ = ["common", "random", "nest", "neuron", "pcsim", "brian", "recording", "errors", "space", "descriptions", "standardmodels"]
