Last change
on this file since 238:a2a4310ded26 was
238:a2a4310ded26,
checked in by Ralph Meijer <ralphm@…>, 4 years ago
|
Prepare for 18.0.0 Release Candidate 3.
Note that an RC 2 was cut, but was missing the proper NEWS. Since we are
now using towncrier for this, we update that in a separate commit, that
can be reverted and redone for the final release.
|
File size:
122 bytes
|
Line | |
---|
1 | from incremental import Version |
---|
2 | |
---|
3 | __version__ = Version("wokkel", 18, 0, 0, release_candidate=3) |
---|
4 | __all__ = ["__version__"] |
---|
Note: See
TracBrowser
for help on using the repository browser.