Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 3973c58

Browse files
committed
Bump version number. Because the version-number commit for v0.9.4 came after the last commit in v0.10.0, GitHub thinks the former is the most recent release and highlights it on the webpage instead. This is a no-op commit just to make the 0.10 series show up higher.
1 parent 8dc6ca0 commit 3973c58

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Gumbo 0.10.1 (2015-04-30)
2+
3+
Same as 0.10.0, but with the version number bumped because the last version-number commit to v0.9.4 makes GitHub think that v0.9.4 is the latest version and so it's not highlighted on the webpage.
4+
15
Gumbo 0.10.0 (2015-04-30)
26

37
* Full support for <template> tag (kevinhendricks, nostrademons).

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.65])
5-
AC_INIT([gumbo], [0.10.0], [[email protected]])
5+
AC_INIT([gumbo], [0.10.1], [[email protected]])
66
AC_CONFIG_MACRO_DIR([m4])
77
AC_CONFIG_SRCDIR([src/parser.c])
88
#AC_CONFIG_HEADERS([config.h])

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def run(self):
169169
]
170170

171171
setup(name='gumbo',
172-
version='0.10.0',
172+
version='0.10.1',
173173
description='Python bindings for Gumbo HTML parser',
174174
long_description=README,
175175
url='http://github.com/google/gumbo-parser',

0 commit comments

Comments
 (0)