Skip to content

Commit

Permalink
release version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolas committed May 27, 2016
1 parent fffb3eb commit 443d872
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.2.0
1.2.0 (2016-05-27)
===================
* Added jshint/jscs checks
* Moved pagetree's js files from `static/pagetree/js` to
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
# built documents.
#
# The short X.Y version.
version = '1.1.15'
version = '1.2.0'
# The full version, including alpha/beta/rc tags.
release = '1.1.15'
release = '1.2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name="django-pagetree",
version="1.1.15",
version="1.2.0",
author="Anders Pearson",
author_email="anders@columbia.edu",
url="https://github.com/ccnmtl/django-pagetree",
Expand Down

0 comments on commit 443d872

Please sign in to comment.