File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
55[ Unreleased] [ unreleased ]
66------------------------
7+
8+ [ 1.2] - 2015-01-19
9+ ------------------
10+ - Bumps the django-maploom to release-1.1.
711- Adds CHANGELOG.md.
812- Fixes travis tests.
913- Fixes the paver sync command to not use South.
@@ -23,6 +27,7 @@ All notable changes to this project will be documented in this file.
2327- Initial ROGUE release re-released using 1.0 tag.
2428
2529
26- [ unreleased ] : https://github.com/ROGUE-JCTD/rogue_geonode/compare/release-1.1...HEAD
27- [ 1.1 ] : https://github.com/ROGUE-JCTD/rogue_geonode/compare/release-1.0...release-1.1
28- [ 1.0 ] : https://github.com/ROGUE-JCTD/rogue_geonode/tree/release-1.0
30+ [ unreleased ] : https://github.com/ROGUE-JCTD/MapLoom/compare/release-1.2...HEAD
31+ [ 1.2 ] : https://github.com/ROGUE-JCTD/MapLoom/compare/release-1.1...release-1.2
32+ [ 1.1 ] : https://github.com/ROGUE-JCTD/MapLoom/compare/release-1.0...release-1.1
33+ [ 1.0 ] : https://github.com/ROGUE-JCTD/MapLoom/tree/release-1.0
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ def fullsplit(path, result=None):
4747install_requires = [
4848 "geoshape-geonode==1.1.dev20150116170751" ,
4949 "django-classification-banner>=0.1.4" ,
50- "django-maploom==1.0 " ,
50+ "django-maploom==1.1 " ,
5151 "psycopg2==2.4.5"
5252]
5353
@@ -81,6 +81,5 @@ def fullsplit(path, result=None):
8181 'tests' : install_requires + tests_requires ,
8282 'docs' : docs_requires
8383 },
84- dependency_links = ['https://github.com/ROGUE-JCTD/django-maploom/archive/master.tar.gz#egg=django-maploom-0.0.1' ],
8584 zip_safe = False ,
8685)
You can’t perform that action at this time.
0 commit comments