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

Commit

Permalink
Bump version number. Because the version-number commit for v0.9.4 cam…
Browse files Browse the repository at this point in the history
…e 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.
  • Loading branch information
nostrademons committed May 1, 2015
1 parent 8dc6ca0 commit 3973c58
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Gumbo 0.10.1 (2015-04-30)

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.

Gumbo 0.10.0 (2015-04-30)

* Full support for <template> tag (kevinhendricks, nostrademons).
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.65])
AC_INIT([gumbo], [0.10.0], [[email protected]])
AC_INIT([gumbo], [0.10.1], [[email protected]])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([src/parser.c])
#AC_CONFIG_HEADERS([config.h])
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def run(self):
]

setup(name='gumbo',
version='0.10.0',
version='0.10.1',
description='Python bindings for Gumbo HTML parser',
long_description=README,
url='http://github.com/google/gumbo-parser',
Expand Down

0 comments on commit 3973c58

Please sign in to comment.