Skip to content

Commit 93b994c

Browse files
committed
Bump version to 1.3.
1 parent 3a6d863 commit 93b994c

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
[Unreleased][unreleased]
66
------------------------
7+
8+
9+
[1.3] - 2015-01-04
10+
------------------
11+
- Bump django-maploom to release-1.1.1.
712
- Update the proxy view to support HTTPS connections.
813
- Fix links in the CHANGELOG.
914

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

3136

32-
[unreleased]: https://github.com/ROGUE-JCTD/rogue_geonode/compare/release-1.2...HEAD
37+
[unreleased]: https://github.com/ROGUE-JCTD/rogue_geonode/compare/release-1.3...HEAD
38+
[1.3]: https://github.com/ROGUE-JCTD/rogue_geonode/compare/release-1.2...release-1.3
3339
[1.2]: https://github.com/ROGUE-JCTD/rogue_geonode/compare/release-1.1...release-1.2
3440
[1.1]: https://github.com/ROGUE-JCTD/rogue_geonode/compare/release-1.0...release-1.1
3541
[1.0]: https://github.com/ROGUE-JCTD/rogue_geonode/tree/release-1.0

geoshape/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
except ImportError:
44
pass
55

6-
__version__ = (1, 2, 0, 'final', 0)
6+
__version__ = (1, 3, 0, 'final', 0)
77

88
def get_version():
99
import geoshape.version

0 commit comments

Comments
 (0)