python-waterloo-lexer 0.5.1__tar.gz → 0.5.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-waterloo-lexer
3
- Version: 0.5.1
3
+ Version: 0.5.2
4
4
  Summary: A pygments lexer derived from the Python lexer, for Waterloo docstrings
5
5
  Author: Uwe
6
6
  License: BSD-2-Clause
@@ -17,6 +17,7 @@ Requires-Dist: pygments
17
17
  # Python-Waterloo Lexer
18
18
 
19
19
  ![Status](https://img.shields.io/badge/status-pre--release-orange)
20
+ ![Version](https://img.shields.io/badge/version-_VERSION_-blue)
20
21
  ![License](https://img.shields.io/badge/license-BSD--2--Clause-blue)
21
22
  ![Python](https://img.shields.io/badge/python-3.10%2B-blue)
22
23
 
@@ -1,6 +1,7 @@
1
1
  # Python-Waterloo Lexer
2
2
 
3
3
  ![Status](https://img.shields.io/badge/status-pre--release-orange)
4
+ ![Version](https://img.shields.io/badge/version-_VERSION_-blue)
4
5
  ![License](https://img.shields.io/badge/license-BSD--2--Clause-blue)
5
6
  ![Python](https://img.shields.io/badge/python-3.10%2B-blue)
6
7
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-waterloo-lexer
3
- Version: 0.5.1
3
+ Version: 0.5.2
4
4
  Summary: A pygments lexer derived from the Python lexer, for Waterloo docstrings
5
5
  Author: Uwe
6
6
  License: BSD-2-Clause
@@ -17,6 +17,7 @@ Requires-Dist: pygments
17
17
  # Python-Waterloo Lexer
18
18
 
19
19
  ![Status](https://img.shields.io/badge/status-pre--release-orange)
20
+ ![Version](https://img.shields.io/badge/version-_VERSION_-blue)
20
21
  ![License](https://img.shields.io/badge/license-BSD--2--Clause-blue)
21
22
  ![Python](https://img.shields.io/badge/python-3.10%2B-blue)
22
23
 
@@ -41,7 +41,7 @@ from pygments.token import Error, Generic, Keyword, Name, String, Literal, Numbe
41
41
 
42
42
  #----- Changelog ----------------------------------------------#
43
43
 
44
- __version__ = "0.5.1"
44
+ __version__ = "0.5.2"
45
45
 
46
46
  #----- Constants ----------------------------------------------#
47
47
  RE_SECTION = re.compile(