Skip to content

Commit

Permalink
Bump version to 1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
garnertb committed Feb 4, 2015
1 parent 3a6d863 commit 93b994c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

[Unreleased][unreleased]
------------------------


[1.3] - 2015-01-04
------------------
- Bump django-maploom to release-1.1.1.
- Update the proxy view to support HTTPS connections.
- Fix links in the CHANGELOG.

Expand All @@ -29,7 +34,8 @@ All notable changes to this project will be documented in this file.
- Initial ROGUE release re-released using 1.0 tag.


[unreleased]: https://github.com/ROGUE-JCTD/rogue_geonode/compare/release-1.2...HEAD
[unreleased]: https://github.com/ROGUE-JCTD/rogue_geonode/compare/release-1.3...HEAD
[1.3]: https://github.com/ROGUE-JCTD/rogue_geonode/compare/release-1.2...release-1.3
[1.2]: https://github.com/ROGUE-JCTD/rogue_geonode/compare/release-1.1...release-1.2
[1.1]: https://github.com/ROGUE-JCTD/rogue_geonode/compare/release-1.0...release-1.1
[1.0]: https://github.com/ROGUE-JCTD/rogue_geonode/tree/release-1.0
2 changes: 1 addition & 1 deletion geoshape/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
except ImportError:
pass

__version__ = (1, 2, 0, 'final', 0)
__version__ = (1, 3, 0, 'final', 0)

def get_version():
import geoshape.version
Expand Down

0 comments on commit 93b994c

Please sign in to comment.