Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
comparison pygments_lexer_pseudocode2/__init__.py @ 167:ddefcc20367c
More static and/or dynamic metadata into README and project's init: release date, revision.
While there bump the version to 3.0.0.dev1.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 10 May 2026 15:27:18 +0200 |
| parents | eaa99d5c719a |
| children | 152dd8194f3b |
comparison
equal
deleted
inserted
replaced
| 166:6a7dace0141e | 167:ddefcc20367c |
|---|---|
| 10 See :file:`MIT.txt` for details. | 10 See :file:`MIT.txt` for details. |
| 11 If you cannot find MIT.txt see | 11 If you cannot find MIT.txt see |
| 12 <http://opensource.org/licenses/MIT>. | 12 <http://opensource.org/licenses/MIT>. |
| 13 """ | 13 """ |
| 14 | 14 |
| 15 __version__ = "2.0.1" | 15 __version__ = "3.0.0.dev1" |
| 16 __date__ = "" # release date in ISO format | |
| 17 __revision__ = "|VCSRevision|" |
