Skip to content

Commit

Permalink
Patch version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
somexpert committed Mar 8, 2017
1 parent bfade01 commit 3565133
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
# The short X.Y version.
version = '2.0'
# The full version, including alpha/beta/rc tags.
release = '2.0.0'
release = '2.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Requirements
Installation
------------

* ``pip install git+https://github.com/unt-libraries/django-invite.git@2.0.0``
* ``pip install git+https://github.com/unt-libraries/django-invite.git@2.0.1``

* Add ``invite`` to your ``INSTALLED_APPS``
* Run ``./manage.py migrate``
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="django-invite",
version="2.0.0",
version="2.0.1",
packages=find_packages(),
include_package_data=True,

Expand Down

0 comments on commit 3565133

Please sign in to comment.