Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
Merge pull request #51 from ymyzk/release/1.0.0
Browse files Browse the repository at this point in the history
Bump version number to 1.0.0
  • Loading branch information
ymyzk authored Mar 23, 2017
2 parents 993edd5 + 63ff561 commit d2b53e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0.0b1'
version = '1.0.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.0b1'
release = '1.0.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}

classifiers = [
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',
Expand All @@ -49,7 +49,7 @@

setup(
name='kawasemi',
version='1.0.0b1',
version='1.0.0',
packages=find_packages(exclude=['contrib', 'docs', 'tests']),
include_package_data=True,
license='MIT',
Expand Down

0 comments on commit d2b53e0

Please sign in to comment.