Skip to content
This repository has been archived by the owner on Jan 8, 2021. It is now read-only.

Commit

Permalink
Update version number to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
razz0 committed Nov 17, 2015
1 parent 9cb1a20 commit 4bb27b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ckanext/kata/controllers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1137,6 +1137,7 @@ def index(self):

return render("home/index.html", cache_force=True)


class KataOrganizationController(OrganizationController):

def index(self):
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 @@

from setuptools import setup, find_packages

version = '2.0.1'
version = '3.0.0'

setup(
name='ckanext-kata',
Expand Down

0 comments on commit 4bb27b7

Please sign in to comment.