Skip to content

Commit b374d3d

Browse files
author
Evan Borgstrom
committed
Version 1.1.0 - Transfer ownership to Evan Borgstrom
1 parent e3a5e04 commit b374d3d

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
django-simple-menu changelog
22
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33

4+
Version 1.1.0 - Released May 25, 2015
5+
- Transfer ownership to Evan Borgstrom
6+
47
Version 1.0.9 - Released January 29, 2014
58
- Added documentation to the distribution [fladi] #17
69

LICENSE

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2013, FatBox Inc.
1+
Copyright (c) 2015, Evan Borgstrom
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without
@@ -11,10 +11,6 @@ modification, are permitted provided that the following conditions are met:
1111
this list of conditions and the following disclaimer in the documentation
1212
and/or other materials provided with the distribution.
1313

14-
* Neither the name of the FatBox Inc. nor the names of its contributors may be
15-
used to endorse or promote products derived from this software without
16-
specific prior written permission.
17-
1814
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1915
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
2016
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE

menu/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .menu import Menu, MenuItem
22

3-
__version__ = '1.0.9'
4-
__url__ = 'https://github.com/fatbox/django-simple-menu'
3+
__version__ = '1.1.0'
4+
__url__ = 'https://github.com/borgstrom/django-simple-menu'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
description='Simple, yet powerful, code-based menus for Django applications',
2525
long_description=open('README.rst').read(),
2626
author='Evan Borgstrom',
27-
author_email='evan@fatbox.ca',
28-
url='https://github.com/fatbox/django-simple-menu',
27+
author_email='evan@borgstrom.ca',
28+
url='https://github.com/borgstrom/django-simple-menu',
2929
classifiers=[
3030
'Development Status :: 5 - Production/Stable',
3131
'Framework :: Django',

0 commit comments

Comments
 (0)