Changeset 963:472a41193746
Legend:
- Unmodified
- Added
- Removed
-
.hgtags
r957 r963 1 1 e3bacea166a14b8f888fd41b1a7486344a628b9c 0.1 2 2 3f521c8f16eefe06d6cc6bbf4342db558f15ef10 0.1.1 3 3adc7bb1074f3d7c2ce06a6674282ec8b02946ba 0.1.2 -
README
r960 r963 3 3 =================================== 4 4 5 This is Zine 0.1. 3, the third bugfix version of the first stable5 This is Zine 0.1.2, the second bugfix version of the first stable 6 6 release of Zine. 7 7 It already provides quite a few features: -
zine/__init__.py
r958 r963 25 25 :license: BSD, see LICENSE for more details. 26 26 """ 27 __version__ = '0.1. 3-dev'27 __version__ = '0.1.2' 28 28 __url__ = 'http://zine.pocoo.org/' 29 29
Note: See TracChangeset
for help on using the changeset viewer.