Check-in [0d7e6cebe4]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Version 0.2.0 release.
Timelines: family | ancestors | rel | v0.2.0
Files: files | file ages | folders
SHA1: 0d7e6cebe4168c5d1cd73cc0266c39144d9dd306
User & Date: mvnathan 2014-09-21 00:12:50.044
Context
2014-09-21
00:12
Version 0.2.0 release. Leaf check-in: 0d7e6cebe4 user: mvnathan tags: rel, v0.2.0
00:11
Updated changelog, release notes, and news section of home page to include info about version 0.2.0. check-in: fdf77d2ee4 user: mvnathan tags: rel
Changes
Unified Diff Ignore Whitespace Patch
Changes to py/morg.py.
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80

    @note We only set Morg version numbers on formal releases. Thus, if
    you see Morg's version as 0.0.0, you're working with a development
    version of Morg.

    '''
    major = 0
    minor = 1
    patch = 0

    def __str__(self):
        return '{}.{}.{}'.format(self.major, self.minor, self.patch)

#---------------------------- MODULE LOGGER -----------------------------








|







66
67
68
69
70
71
72
73
74
75
76
77
78
79
80

    @note We only set Morg version numbers on formal releases. Thus, if
    you see Morg's version as 0.0.0, you're working with a development
    version of Morg.

    '''
    major = 0
    minor = 2
    patch = 0

    def __str__(self):
        return '{}.{}.{}'.format(self.major, self.minor, self.patch)

#---------------------------- MODULE LOGGER -----------------------------