Skip to content

Commit

Permalink
Updated version to 0.0.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhudec committed Oct 14, 2014
1 parent 47f74e0 commit f339a11
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 11 deletions.
7 changes: 5 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Version 0.0.9 (development)
---------------------------
Version 0.0.10 (development)
----------------------------

Version 0.0.9
-------------

.. note::

Expand Down
6 changes: 0 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ Features
**VK**, **WindowsLive**, **Yammer** and **Yandex**.
* |pyopenid|_ and |gae|_ based |openid|_.

.. note::

To cool your excitement down a little bit,
the library is in its **very early stage**
and there are practically **no tests**!

License and Requirements
========================

Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
# built documents.
#
# The short X.Y version.
version = '0.0.9'
version = '0.0.10'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Features

.. include:: ../../README.rst
:start-line: 35
:end-line: 89
:end-line: 83

.. contents::
:backlinks: none
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='Authomatic',
version='0.0.9', # TODO: Put version in one place.
version='0.0.10', # TODO: Put version in one place.
packages=find_packages(),
package_data={'': ['*.txt', '*.rst']},
author='Peter Hudec',
Expand Down

0 comments on commit f339a11

Please sign in to comment.