Skip to content

Commit fc32394

Browse files
Updated version to 0.2.4
1 parent 85139f4 commit fc32394

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

setup.py

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,18 @@
77

88
setup(
99
name='djangular',
10-
version='0.2.3',
10+
version='0.2.4',
1111
description="A reusable app that provides better app integration with AngularJS.",
1212
long_description="""
13-
A reusable app that provides better app integration with Angular. Djangular allows you to create Angular content per
14-
app, instead of creating a single massive Angular application inside of Django. This allows you to selectively use
15-
apps per site, as well as create a consistent structure across all of your Django apps.
13+
A reusable app that provides better app integration with AngularJS. Djangular
14+
allows you to create AngularJS content per app, instead of creating a single
15+
massive AngularJS application inside of Django. This allows you to selectively
16+
use apps per site, as well as create a consistent structure across all of your
17+
Django apps.
1618
17-
This is intended to be a Django version of the Angular-Seed project (https://github.com/angular/angular-seed). The
18-
current mindset is to limit the amount of changes introduced by Djangular.
19+
This is intended to be a Django version of the Angular-Seed project
20+
(https://github.com/angular/angular-seed). The current mindset is to limit the
21+
amount of changes introduced by Djangular.
1922
""",
2023
keywords='djangular django angular angularjs',
2124
license='Apache',

0 commit comments

Comments
 (0)