Skip to content
This repository was archived by the owner on Jul 9, 2020. It is now read-only.

Commit a23c26a

Browse files
committed
Merge branch 'release/0.9.82' into develop
2 parents 7157f3f + 3eabf38 commit a23c26a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Changelog

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
2012-09-24 klen
2+
3+
* Minor fixes of virtualenv templates
4+
15
2012-09-18 klen
26

3-
* FIx SCM templates
7+
* Fix SCM templates
48

59
2012-09-17 klen
610

makesite/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
__author__ = "Kirill Klenov <[email protected]>"
33
__license__ = "GNU LGPL"
44

5-
__version__ = version = '0.9.81'
5+
__version__ = version = '0.9.82'
66
version_info = map(int, __version__.split('.'))

0 commit comments

Comments
 (0)