Skip to content

Commit

Permalink
Fix the release build and prep for 1.0.2 (celiagg#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiggins authored Oct 9, 2017
1 parent a4fab1e commit ee39415
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/build-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PACKAGES=(
)

URLS=(
http://zlib.net/zlib-1.2.8.tar.gz
https://downloads.sourceforge.net/project/libpng/zlib/1.2.8/zlib-1.2.8.tar.gz
http://download.sourceforge.net/libpng/libpng-1.6.26.tar.gz
http://download.savannah.gnu.org/releases/freetype/freetype-2.6.5.tar.gz
)
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0.1'
version = '1.0.2'
# The full version, including alpha/beta/rc tags.
release = '1.0.1'
release = '1.0.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def configuration(parent_package='', top_path=None):
name='celiagg',
configuration=configuration,
license='MIT',
version='1.0.1',
version='1.0.2',
description='Anti-Grain Geometry for Python (2 & 3) with Cython',
long_description=long_description,
url='https://github.com/celiagg/celiagg',
Expand Down

0 comments on commit ee39415

Please sign in to comment.