Skip to content

Commit

Permalink
bump to version 0.9.26
Browse files Browse the repository at this point in the history
  • Loading branch information
dpranke committed Nov 10, 2024
1 parent 66162e3 commit 7273684
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion json5/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def _ws__c8__s0_(self):
self._not(lambda: self._not(self._ws__c8__s0_n_n_))

def _ws__c8__s0_n_n_(self):
(lambda: self._choose([self._ws__c8__s0_n_n_g__c0_]))()
self._choose([self._ws__c8__s0_n_n_g__c0_])

def _ws__c8__s0_n_n_g__c0_(self):
self._seq(
Expand Down
2 changes: 1 addition & 1 deletion json5/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.9.26-dev'
__version__ = '0.9.26'

# For backward-compatibility with earlier versions of json5:
VERSION = __version__

0 comments on commit 7273684

Please sign in to comment.